Commit b0f6446ed019

Vincent Demeester <vincent@sbr.pm>
2020-06-03 16:12:23
builds: split systems into 2…
- desktop (usually unstable) - servers (usually stable) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 27b698e
.builds/nix-systems-desktop.yml
@@ -0,0 +1,16 @@
+image: nixos/20.03
+secrets:
+  - 0818d60d-b587-4d4e-81d8-dc15072ccb97
+tasks:
+- setup: |
+    nix-env -iA cachix -f https://cachix.org/api/v1/install
+    cachix use shortbrain
+- systems: |
+    set +x
+    export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+    set -x
+    nix-build home -A wakasu hokkaido
+triggers:
+- action: email
+  condition: failure
+  to: vincent@sbr.pm
.builds/nix-systems.yml
@@ -9,7 +9,7 @@ tasks:
     set +x
     export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
     set -x
-    nix-build home -A x86_64-linux
+    nix-build home -A sakhalin okinawa
 triggers:
 - action: email
   condition: failure