diff options
author | EuAndreh <eu@euandre.org> | 2019-04-07 18:53:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-04-07 18:53:55 -0300 |
commit | 1dcc6a9408f52653a6e22ea5de01832c2999b90f (patch) | |
tree | 7b7029a2c4db072eb96ee4cb9df4350eba627646 | |
parent | Use debian instead of NixOS. (diff) | |
download | dotfiles-1dcc6a9408f52653a6e22ea5de01832c2999b90f.tar.gz dotfiles-1dcc6a9408f52653a6e22ea5de01832c2999b90f.tar.xz |
dbg NixOS build.
-rw-r--r-- | .build.yml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,6 @@ -image: debian/stretch +image: nixos/latest packages: - - curl + - shellcheck triggers: - condition: failure action: email @@ -8,9 +8,7 @@ triggers: sources: - https://git.sr.ht/~euandreh/dotfiles tasks: - - setup: | - wget -O- https://nixos.org/nix/install | sh - echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv - tests: | cd dotfiles/ + which shellcheck nix-build -A test |