summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-10 16:13:47 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-10 16:13:47 +0300
commit620e092c927d04d454c2efd94b7beaf448133531 (patch)
tree55fa1767775d75f0bb822aa110aea582ef6b6a68 /shell.nix
parentc6146c7109fd24ee15c11a7a79eee6d3f0c822e0 (diff)
parenta10ceac5a5ff6de2c85757384e97c273a3038f6c (diff)
Merge remote-tracking branch 'origin/vigilctl'
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