From 799336430f694ff94bd345e82afc4d82b1d0a0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 16 Nov 2024 08:31:04 +0100 Subject: [PATCH] ci/eval: depend on coreutils nproc is only part of coreutils and not present on macOS --- ci/eval-nixpkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/eval-nixpkgs.sh b/ci/eval-nixpkgs.sh index c53e30660311e..08d215558e155 100755 --- a/ci/eval-nixpkgs.sh +++ b/ci/eval-nixpkgs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p moreutils -I nixpkgs=channel:nixpkgs-unstable +#!nix-shell -i bash -p coreutils moreutils -I nixpkgs=channel:nixpkgs-unstable set -euxo pipefail