Commit 4c05d05074ff

Vincent Demeester <vincent@sbr.pm>
2020-07-13 13:07:11
systems: switch back to nix-build ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6a14885
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 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