This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user