Commit b0f6446ed019
Changed files (2)
.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