diff options
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,6 @@ -image: debian/stretch -packages: - - curl +image: nixos/unstable +repositories: + nixpkgs: https://nixos.org/channels/nixpkgs-unstable triggers: - condition: failure action: email @@ -13,8 +13,6 @@ secrets: - 7084b7c7-12be-4509-8927-81ba6eeb1fc0 tasks: - setup: | - sh <(curl https://nixos.org/nix/install) --no-daemon - echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv cd vps/ git crypt unlock - tests: | |
