We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06acf7 commit 2bcd6a1Copy full SHA for 2bcd6a1
.github/workflows/instantiate.yml
@@ -15,7 +15,7 @@ jobs:
15
extra_nix_config: |
16
experimental-features = nix-command flakes
17
- run: |
18
- nix run github:nix-community/nix-eval-jobs -- --workers $(nproc) --max-memory-size $(free -m | grep ^Mem | tr -s ' ' | cut -d ' ' -f 3 ) --option allow-import-from-derivation false --show-trace ./release-filtered.nix | tee eval.json
+ nix run github:nix-community/nix-eval-jobs/3f305f4538e056e6f6f775e1f75410b6d4d8d9aa -- --workers $(nproc) --option allow-import-from-derivation false --show-trace ./release.nix | tee eval.json
19
jq -c 'select(.error)' eval.json | tee errors.json
20
if [[ "$(wc -l < errors.json)" > 0 ]]; then exit 1; fi
21
robotnix-eval-tests:
release-filtered.nix
0 commit comments