diff options
author | EuAndreh <eu@euandre.org> | 2019-01-22 20:41:33 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-22 20:41:33 -0200 |
commit | 79566a629ee25f500b01f244b8d292a67fe608dc (patch) | |
tree | 8bb73cecaed4a7f94b23a66e97a0c9daec963163 | |
parent | RSS urls. (diff) | |
download | dotfiles-79566a629ee25f500b01f244b8d292a67fe608dc.tar.gz dotfiles-79566a629ee25f500b01f244b8d292a67fe608dc.tar.xz |
Use NixOS image in build.yml.
-rw-r--r-- | .build.yml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,18 +1,11 @@ -image: debian/stretch -packages: - - curl +image: nixos/latest triggers: - condition: failure action: email to: EuAndreh <eu@euandre.org> 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 |