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
The shell alias looks dubious and the shellHook also doesn't work:
bash: /nix/store/b010ibix7i333qhv5smcb129yly1dmfj-cargo-setup-hook.sh:
Is a directory
This devShell is actually not needed. nix develop will just fallback to
the package, which has already all dependencies.
on the upside we can now use just callPackage which also work better
with cross-compilation than the current approach.
0 commit comments