From a99c708d0cf030513c2b2596724b270caafeb799 Mon Sep 17 00:00:00 2001 From: namilsk Date: Mon, 12 Jan 2026 21:06:06 +0300 Subject: Rewrited `SIGCHLD handler & updated nix-shell for usage with `musl` target --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell.nix') 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 ]; } -- cgit v1.2.3