home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2a84ef4d62e396e855ae738751083f8930c6afa2
parent b0f6446ed01943cd7a9e90912200b56920969b72
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jun 2020 16:15:27 +0200

builds: fix nix-systems* 😅

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/nix-systems-desktop.yml | 2+-
M.builds/nix-systems.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/nix-systems-desktop.yml b/.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 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 sakhalin okinawa + nix-build home -A sakhalin -A okinawa triggers: - action: email condition: failure