commit f113ab811077f3ecc5f64c14e8fdffde39aa37dd
parent 845fcd56f9307abaf2a95e6602276dbd4ae87975
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 13 Jul 2020 13:00:21 +0200
systems: trying something for CI
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 systems --dry-run
+ nix-shell --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 build -f home/systems.nix sakhalin okinawa kerkouane
+ nix-shell --run "nix build -f home/systems.nix sakhalin okinawa kerkouane"
triggers:
- action: email
condition: failure