aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/shell.nix b/shell.nix
index eaedb6b8..ea5d6356 100644
--- a/shell.nix
+++ b/shell.nix
@@ -29,16 +29,16 @@ function refresh_toolchain {
'';
nativeBuildInputs = [
- pkgs.rustPlatform.rust.rustc
+ #pkgs.rustPlatform.rust.rustc
pkgs.rustPlatform.rust.cargo
- pkgs.clippy
+ #pkgs.clippy
pkgs.rustfmt
- pkgs.perl
- pkgs.protobuf
- pkgs.pkg-config
- pkgs.openssl
+ #pkgs.perl
+ #pkgs.protobuf
+ #pkgs.pkg-config
+ #pkgs.openssl
pkgs.file
- cargo2nix.packages.x86_64-linux.cargo2nix
+ #cargo2nix.packages.x86_64-linux.cargo2nix
];
};