From b70f00fa0f6b95abf3e2fd7e6dbc2fc071fb8cbc Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 16:33:19 +0200 Subject: [PATCH] Adds coreutils for sleep command --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 18a6160..0a63a82 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,9 @@ let in pkgs.mkShell { + packages = with pkgs; [ + coreutils + ]; nativeBuildInputs = with pkgs; [ npins nixos-anywhere