Move rust toolchain information from shell.nix to rust-toolchain.toml.

This commit is contained in:
Derek Gustafson 2022-03-06 18:29:14 -05:00
parent 27f367ec23
commit e83cac5ef0
No known key found for this signature in database
GPG Key ID: 8B8B15EF3CC8410B
2 changed files with 4 additions and 4 deletions

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
profile = "default"

View File

@ -66,10 +66,7 @@ let
# tools for development environment
less
]) ++ (with unstable-pkgs; [
rustc
cargo
clippy
rustfmt
rustup
]);
in pkgs.mkShell {