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
this appears to not actually be the reason. unless nix opens a shell file when you cd into a directory, something i completely don't understand has happened. in /tmp cargo works, but in /tmp/verso, cargo doesn't. no nix-shell invocation was performed.
Current Behavior:
doing
nix-shell shell.nix --run 'cargo r'
results inerror: command failed: 'cargo': No such file or directory (os error 2)
Expected Behavior:
it should run
Steps To Reproduce:
nix-shell shell.nix --run 'cargo r'
error: command failed: 'cargo': No such file or directory (os error 2)
Screenshots Or Videos
Environment:
Anything else:
this may be a "my environment skill issue" but it's nixos so it shouldn't happen, right?
The text was updated successfully, but these errors were encountered: