flake.nix: remove fenix packages
This commit is contained in:
parent
ef980e8fd1
commit
a6291ba380
1 changed files with 5 additions and 8 deletions
13
flake.nix
13
flake.nix
|
@ -64,14 +64,11 @@
|
|||
openssl
|
||||
pkg-config
|
||||
tokio-console
|
||||
(fenix.packages.${system}.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
"rust-analyzer"
|
||||
])
|
||||
cargo
|
||||
rustc
|
||||
clippy
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
];
|
||||
RUST_BACKTRACE = 1;
|
||||
RUST_LOG = "info";
|
||||
|
|
Loading…
Reference in a new issue