Skip to content

Commit

Permalink
ci/eval: depend on coreutils
Browse files Browse the repository at this point in the history
nproc is only part of coreutils and not present on macOS
  • Loading branch information
Mic92 committed Nov 16, 2024
1 parent 7d887a5 commit 7993364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/eval-nixpkgs.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7993364

Please sign in to comment.