summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-12 21:06:06 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-12 21:06:06 +0300
commita99c708d0cf030513c2b2596724b270caafeb799 (patch)
tree51e911c2df1215149e44b2ff6a92466eac074f74 /shell.nix
parent1e685e1678343f3eb3fc2cb7a7322ac27a247b3c (diff)
Rewrited `SIGCHLD handler & updated nix-shell for usage with `musl` target
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
];
}