diff options
Diffstat (limited to '')
-rw-r--r-- | .build.yml | 11 | ||||
-rw-r--r-- | TODOs.org | 3 |
2 files changed, 4 insertions, 10 deletions
@@ -1,18 +1,15 @@ -image: debian/stretch -packages: - - curl +image: nixos/unstable +repositories: + nixpkgs: https://nixos.org/channels/nixpkgs-unstable triggers: - condition: failure action: email - to: EuAndreh <eu@euandre.org> + to: EuAndreh <ci@euandre.org> sources: - https://git.sr.ht/~euandreh/website 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 website/ nix-build -A test @@ -12,6 +12,3 @@ Nested help ** DONE Print usage when no subcommand is provided CLOSED: [2019-01-01 Tue 19:35] ** Add tests when actually running subcommands -* CI -** Improvements -*** Use NixOS instead of Debian? |