diff --git a/rust-shell-template.nix b/rust-shell-template.nix index 90e9709..cb8f09f 100644 --- a/rust-shell-template.nix +++ b/rust-shell-template.nix @@ -6,8 +6,6 @@ let ruststable = (pkgs.latest.rustChannels.stable.default.override { extensions = [ "rust-src" - "rustfmt" - "clippy" ]; }); in