commit b0f6446ed01943cd7a9e90912200b56920969b72 parent 27b698ee1323ba48018fb214ada0ffee415a06da Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 3 Jun 2020 16:12:23 +0200 builds: split systems into 2… - desktop (usually unstable) - servers (usually stable) Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | .builds/nix-systems-desktop.yml | | | 16 | ++++++++++++++++ |
M | .builds/nix-systems.yml | | | 2 | +- |
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/.builds/nix-systems-desktop.yml b/.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 diff --git a/.builds/nix-systems.yml b/.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