Skip to content

Commit 2bcd6a1

Browse files
committed
Fix Github instantiate CI
1 parent d06acf7 commit 2bcd6a1

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/instantiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
extra_nix_config: |
1616
experimental-features = nix-command flakes
1717
- 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
18+
nix run github:nix-community/nix-eval-jobs/3f305f4538e056e6f6f775e1f75410b6d4d8d9aa -- --workers $(nproc) --option allow-import-from-derivation false --show-trace ./release.nix | tee eval.json
1919
jq -c 'select(.error)' eval.json | tee errors.json
2020
if [[ "$(wc -l < errors.json)" > 0 ]]; then exit 1; fi
2121
robotnix-eval-tests:

release-filtered.nix

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)