diff --git a/flake.nix b/flake.nix index 054172d..5224259 100644 --- a/flake.nix +++ b/flake.nix @@ -46,14 +46,13 @@ (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