home

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

commit 6a148857dbf4d8c6160690b2d7dc008c279c4147
parent f113ab811077f3ecc5f64c14e8fdffde39aa37dd
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Jul 2020 13:02:40 +0200

systems: trying something else for CI

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

Diffstat:
M.builds/nix-systems.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/nix-systems.yml b/.builds/nix-systems.yml @@ -10,13 +10,13 @@ tasks: set +x export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x - nix-shell --run "nix build -f home/systems.nix systems --dry-run" + nix-shell home/shell.nix --run "nix build -f home/systems.nix systems --dry-run" - build-servers: | set -euo pipefail set +x export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x - nix-shell --run "nix build -f home/systems.nix sakhalin okinawa kerkouane" + nix-shell home/shell.nix --run "nix build -f home/systems.nix sakhalin okinawa kerkouane" triggers: - action: email condition: failure