Commit 6a148857dbf4

Vincent Demeester <vincent@sbr.pm>
2020-07-13 13:02:40
systems: trying something else for CI
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f113ab8
Changed files (1)
.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