try again
Some checks are pending
Check Flake / check-flake (push) Waiting to run

This commit is contained in:
2026-02-19 22:39:52 -08:00
parent fa5be20f39
commit 63da381813

View File

@@ -20,9 +20,9 @@ jobs:
- name: Build all systems - name: Build all systems
run: | run: |
nix eval .#nixosConfigurations --apply 'cs: map (n: "${cs.${n}.config.system.build.toplevel}") (builtins.attrNames cs)' --json \ nix eval .#nixosConfigurations --apply 'cs: builtins.attrNames cs' --json \
| jq -r '.[]' \ | jq -r '.[]' \
| xargs nix build --no-link --print-build-logs --log-format raw | xargs -I{} nix build ".#nixosConfigurations.{}.config.system.build.toplevel" --no-link --print-build-logs --log-format raw
- name: Push to cache - name: Push to cache
env: env: