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