diff --git a/flake.nix b/flake.nix index 5224259..054172d 100644 --- a/flake.nix +++ b/flake.nix @@ -46,13 +46,14 @@ (pkgs.symlinkJoin { name = "rust-toolchain"; paths = with pkgs; [ - rustc - cargo - rustPlatform.rustcSrc - rustfmt - clippy + #rustc + #cargo + #rustPlatform.rustcSrc + #rustfmt + #clippy cargo-expand cargo-tarpaulin + rustup ]; }) gcc