Hello Guix,

Issuing guix shell without arguments is equivalent to the command below,
when guix.scm exists in the directory where it's being issued:

--8<---------------cut here---------------start------------->8---
guix shell -D -f /path/to/guix.scm
--8<---------------cut here---------------end--------------->8---

I am wondering if there's a more succinct way of saying:

--8<---------------cut here---------------start------------->8---
guix shell -D -f /path/to/guix.scm -- foo-command
--8<---------------cut here---------------end--------------->8---

The incantation below creates an empty environment.  But wouldn't it be
nice if it would infer manifest.scm or guix.scm, in case they exist in
the current directory?

--8<---------------cut here---------------start------------->8---
guix shell -- foo-command
--8<---------------cut here---------------end--------------->8---

Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

Reply via email to