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
|
openssl
|
||||||
pkg-config
|
pkg-config
|
||||||
tokio-console
|
tokio-console
|
||||||
(fenix.packages.${system}.complete.withComponents [
|
cargo
|
||||||
"cargo"
|
rustc
|
||||||
"clippy"
|
clippy
|
||||||
"rust-src"
|
rustfmt
|
||||||
"rustc"
|
rust-analyzer
|
||||||
"rustfmt"
|
|
||||||
"rust-analyzer"
|
|
||||||
])
|
|
||||||
];
|
];
|
||||||
RUST_BACKTRACE = 1;
|
RUST_BACKTRACE = 1;
|
||||||
RUST_LOG = "info";
|
RUST_LOG = "info";
|
||||||
|
|
Loading…
Reference in a new issue