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