aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-26 17:43:15 -0300
committerEuAndreh <eu@euandre.org>2019-05-26 17:43:15 -0300
commit6f08a38c6a5043a7bd9bb29b3f8d546ca6a65c91 (patch)
treeec05b2391d69fdb5fa5baff809a40943466684ec /.build.yml
parentTODOs.org (diff)
downloadtoph-6f08a38c6a5043a7bd9bb29b3f8d546ca6a65c91.tar.gz
toph-6f08a38c6a5043a7bd9bb29b3f8d546ca6a65c91.tar.xz
Revert back from Debian to NixOS
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 3 insertions, 5 deletions
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: |