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