From a6291ba380a53d497096cb3477ae70f6dac0131a Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 14 Dec 2024 12:07:29 -0500 Subject: [PATCH] flake.nix: remove fenix packages --- flake.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index d889a99..4124a35 100644 --- a/flake.nix +++ b/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";