Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- # does not work
- nix-shell --packages rustc rustfmt rustup binutils-unwrapped \
- --pure \
- --command 'rustup install nightly && cargo +nightly run'
- # works fine
- rustup install nightly && cargo +nightly run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement