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