build all packages
This commit is contained in:
parent
4a423f366d
commit
1b2d40b8ca
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ jobs:
|
||||||
|
|
||||||
- name: build all
|
- name: build all
|
||||||
run: |
|
run: |
|
||||||
OUTPUT=$(nix build --print-out-paths --keep-going .#linux_jhovold .#linux_steev .#x13s/alsa-ucm-conf .#pd-mapper .#x13s/extra-firmware)
|
set -x
|
||||||
|
TARGETS=$(nix eval .#packages.aarch64-linux --apply 'builtins.attrNames' --json | jq '. | map(".#" + .) | join(" ")' -r)
|
||||||
|
OUTPUT=$(nix build --print-out-paths --keep-going $TARGETS)
|
||||||
echo $OUTPUT
|
echo $OUTPUT
|
||||||
echo "$OUTPUT" > build.out
|
echo "$OUTPUT" > build.out
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue