Commit a7dcb2d75269

Vincent Demeester <vincent@sbr.pm>
2020-12-09 17:17:11
Remove build
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aba5ee2
Changed files (2)
.builds/nix-systems.yml
@@ -1,29 +0,0 @@
-image: nixos/20.03
-secrets:
-  - 0818d60d-b587-4d4e-81d8-dc15072ccb97
-tasks:
-- setup: |
-    nix-env -iA cachix -f https://cachix.org/api/v1/install
-    cachix use shortbrain
-- desktop-dry-run: |
-    set -euo pipefail
-    set +x
-    export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
-    set -x
-    nix-build home/systems.nix -A naruhodo -A hokkaido --dry-run
-- servers-dry-run: |
-    set -euo pipefail
-    set +x
-    export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
-    set -x
-    nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane -A wakasu
-- build-servers: |
-    set -euo pipefail
-    set +x
-    export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
-    set -x
-    nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane -A wakasu
-triggers:
-- action: email
-  condition: failure
-  to: vincent@sbr.pm
.envrc
@@ -1,5 +1,5 @@
 # use_nix shell.nix
-watch_file nix/sources.json
+# use_flake
 
 test -f .secrets && source .secrets || echo "no secrets"
 export QEMU_OPTS="-m 8096 -cpu host"