From 79566a629ee25f500b01f244b8d292a67fe608dc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 22 Jan 2019 20:41:33 -0200 Subject: Use NixOS image in build.yml. --- .build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index 33e6627..4f3c8ce 100644 --- a/.build.yml +++ b/.build.yml @@ -1,18 +1,11 @@ -image: debian/stretch -packages: - - curl +image: nixos/latest triggers: - condition: failure action: email to: EuAndreh sources: - https://git.sr.ht/~euandreh/dotfiles -secrets: - - 7159f943-811f-402d-bb6d-37cd764dc728 tasks: - - setup: | - curl https://nixos.org/nix/install | sh - echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv - tests: | cd dotfiles/ nix-build -A test -- cgit v1.2.3