From 6f08a38c6a5043a7bd9bb29b3f8d546ca6a65c91 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 17:43:15 -0300 Subject: Revert back from Debian to NixOS --- .build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 087b6da..d7e2288 100644 --- a/.build.yml +++ b/.build.yml @@ -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: | -- cgit v1.2.3