mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-08 17:14:48 +01:00
build all packages
This commit is contained in:
parent
4a423f366d
commit
1b2d40b8ca
|
@ -16,7 +16,9 @@ jobs:
|
|||
|
||||
- name: build all
|
||||
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" > build.out
|
||||
|
||||
|
|
Loading…
Reference in a new issue