Adds coreutils for sleep command
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 12s

This commit is contained in:
2025-10-03 16:33:19 +02:00
parent 942bb2f647
commit b70f00fa0f

View File

@@ -4,6 +4,9 @@ let
in in
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [
coreutils
];
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
npins npins
nixos-anywhere nixos-anywhere