bug-guix
[Top][All Lists]
Advanced

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

bug#64581: ‘--nesting’ option of ‘guix shell’ has no effect when combine


From: Ludovic Courtès
Subject: bug#64581: ‘--nesting’ option of ‘guix shell’ has no effect when combined with ‘-f’
Date: Wed, 12 Jul 2023 17:59:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

In the first case below, there’s no ‘guix’ command in the environment,
whereas in the second case there is one, as expected:

--8<---------------cut here---------------start------------->8---
$ guix shell -CPW -D -f guix.scm -- guix
guix shell: error: guix: command not found
hint: Did you mean 'guild'?

$ guix shell -CPW -D coreutils -- guix
guix: missing command name
Try `guix --help' for more information.

$ guix describe
Generation 269  Jul 10 2023 00:17:51    (current)
  guix d2cf631
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: d2cf63165119fc78c9f52abce2ce66af23e49243
--8<---------------cut here---------------end--------------->8---

Ludo’.





reply via email to

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