diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-12 21:06:06 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-12 21:06:06 +0300 |
| commit | a99c708d0cf030513c2b2596724b270caafeb799 (patch) | |
| tree | 51e911c2df1215149e44b2ff6a92466eac074f74 /shell.nix | |
| parent | 1e685e1678343f3eb3fc2cb7a7322ac27a247b3c (diff) | |
Rewrited `SIGCHLD handler & updated nix-shell for usage with `musl` target
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,10 +4,8 @@ pkgs.mkShell { buildInputs = with pkgs; [ - rustc - cargo + rustup pkg-config - rust-analyzer gcc ]; } |
