github: print build log
This commit is contained in:
parent
1ec4e5e88f
commit
28c39af38b
2
.github/workflows/build-flake-packages.sh
vendored
2
.github/workflows/build-flake-packages.sh
vendored
|
@ -10,5 +10,5 @@ PACKAGES=$(nix flake show \
|
||||||
| uniq)
|
| uniq)
|
||||||
|
|
||||||
for package in $PACKAGES; do
|
for package in $PACKAGES; do
|
||||||
nix build --verbose .#$package
|
nix build --verbose -L .#$package
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue