You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using a path that includes spaces in the name. I am unable to switch environments because of it. The error message is as follows:
Command failed: nix-shell /mnt/Disk E/.../shell.nix --run env error: getting status of '/mnt/Disk': No such file or directory
(I've replaced the full path with ...).
To Reproduce
Create a folder with spaces in the name and a *.nix.
Switch to the *.nix environment.
Expected behavior
I expect to be able to switch environment.
Environment:
This should affect any OS that allows spaces in the path.
Additional context
Open #42 as a possible fix to the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using a path that includes spaces in the name. I am unable to switch environments because of it. The error message is as follows:
(I've replaced the full path with
...
).To Reproduce
*.nix
.*.nix
environment.Expected behavior
I expect to be able to switch environment.
Environment:
This should affect any OS that allows spaces in the path.
Additional context
Open #42 as a possible fix to the issue.
The text was updated successfully, but these errors were encountered: