Commit 2a84ef4d62e3

Vincent Demeester <vincent@sbr.pm>
2020-06-03 16:15:27
builds: fix nix-systems* ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b0f6446
.builds/nix-systems-desktop.yml
@@ -9,7 +9,7 @@ tasks:
     set +x
     export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
     set -x
-    nix-build home -A wakasu hokkaido
+    nix-build home -A wakasu -A hokkaido
 triggers:
 - action: email
   condition: failure
.builds/nix-systems.yml
@@ -9,7 +9,7 @@ tasks:
     set +x
     export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
     set -x
-    nix-build home -A sakhalin okinawa
+    nix-build home -A sakhalin -A okinawa
 triggers:
 - action: email
   condition: failure