home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a7dcb2d752693fd90926d4c1802c51fd0b94b5af
parent aba5ee278412b7f5f4348260ae9c6732e8ee6598
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  9 Dec 2020 17:17:11 +0100

Remove build

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
D.builds/nix-systems.yml | 29-----------------------------
M.envrc | 2+-
2 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/.builds/nix-systems.yml b/.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 diff --git a/.envrc b/.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"