help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Am I doing it all wrong?


From: (
Subject: Re: Am I doing it all wrong?
Date: Sat, 27 Aug 2022 21:58:56 +0100

On Sat Aug 27, 2022 at 9:56 PM BST, ( wrote:
>   guix shell -D guix -- sh <<EOF
>   ./bootstrap && ./configure --localstatedir=/var && make -j$(nproc)
>   EOF

You could wrap it in a sh function:

  gsh() {
      guix shell $@ -- sh
  }

  gsh -D guix <<EOF
  ./bootstrap && ./configure --localstatedir=/var && make -j$(nproc)
  EOF

    -- (



reply via email to

[Prev in Thread] Current Thread [Next in Thread]