From 578319c66ff29ba3a2f45e97e1564bfecfe601ff Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 8 Nov 2022 18:17:46 -0800 Subject: [PATCH] cleaned up already included packages --- rust-shell-template.nix | 2 -- 1 file changed, 2 deletions(-) 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