flake.nix: remove fenix packages

This commit is contained in:
notohh 2024-12-14 12:07:29 -05:00
parent ef980e8fd1
commit a6291ba380
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";