home

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

commit 4c05d05074ff0aead9f2e1f9dc93cd11060ce06a
parent 6a148857dbf4d8c6160690b2d7dc008c279c4147
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Jul 2020 13:07:11 +0200

systems: switch back to nix-build 😅

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 home/shell.nix --run "nix build -f home/systems.nix systems --dry-run" + nix-build -f home/systems.nix -A systems --dry-run - build-servers: | set -euo pipefail set +x export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x - nix-shell home/shell.nix --run "nix build -f home/systems.nix sakhalin okinawa kerkouane" + nix-build -f home/systems.nix -A sakhalin -A okinawa -A kerkouane triggers: - action: email condition: failure