Nicolas Graves wrote 2 weeks ago
guix-shell unable to load manifest in tmpfs
(address . bug-guix@gnu.org)
Hi,
I have a manifest.scm that runs fine usually :
Toggle quote (1 lines)
> ls -la manifest.scm
-rw-r--r-- 1 graves users 7,9K 7 mars 10:06 manifest.scm
Toggle quote (1 lines)
> guix shell -m manifest.scm
guix shell: erreur : impossible de charger « manifest.scm » : Aucun fichier ou dossier de ce nom
zsh: exit 1 guix shell -m manifest.scm
Somehow, when trying to do the exact same thing in my /tmp, guix shell
fails :
Toggle quote (1 lines)
> pwd
/tmp/IMACLIM-R_France/data
Toggle quote (1 lines)
> ls -la manifest.scm
-rw-r--r-- 1 graves users 7,9K 7 mars 10:06 manifest.scm
Toggle quote (1 lines)
> guix shell -m manifest.scm
guix shell: erreur : impossible de charger « manifest.scm » : Aucun fichier ou dossier de ce nom
zsh: exit 1 guix shell -m manifest.scm
I guess that's a bug.
--
Best regards,
Nicolas Graves