summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index fa924d8..286417e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,10 +4,8 @@
pkgs.mkShell {
buildInputs = with pkgs; [
- rustc
- cargo
+ rustup
pkg-config
- rust-analyzer
gcc
];
}