commit 931e2068b8fc3a142f47c657565c1cb1c1f384d3
parent 4c05d05074ff0aead9f2e1f9dc93cd11060ce06a
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 13 Jul 2020 13:08:33 +0200
systems: and actually fixing it…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
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-build -f home/systems.nix -A systems --dry-run
+ nix-build home/systems.nix -A systems --dry-run
- build-servers: |
set -euo pipefail
set +x
export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
set -x
- nix-build -f home/systems.nix -A sakhalin -A okinawa -A kerkouane
+ nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane
triggers:
- action: email
condition: failure