parent
7069c7f5b9
commit
c7da33a159
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@
|
||||||
cd "$FLAKE/results" || return
|
cd "$FLAKE/results" || return
|
||||||
|
|
||||||
# Home-assistant sometimes fails some tests when built with everything else
|
# Home-assistant sometimes fails some tests when built with everything else
|
||||||
nom build --no-link \
|
hass="..#nixosConfigurations.homie.config.services.home-assistant.package"
|
||||||
..#nixosConfigurations.homie.config.services.home-assistant.package
|
while ! nom build --no-link "$hass"; do
|
||||||
|
echo "Retrying to build home-assistant"
|
||||||
|
done
|
||||||
|
|
||||||
# Build NixOnDroid activation package
|
# Build NixOnDroid activation package
|
||||||
nom build --impure -o ./result-aarch64-linux.nixOnDroidConfigurations_default \
|
nom build --impure -o ./result-aarch64-linux.nixOnDroidConfigurations_default \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue