commit 51515f95a40dbd968119015a252198e1f1126ce1 parent 897072bf00efa0dbb9ea67f355e21d750d4a3363 Author: William Casarin <jb55@jb55.com> Date: Mon, 9 Nov 2020 11:07:34 -0800 build: try out srht builds Diffstat:
A | .build.yml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -0,0 +1,9 @@ +image: nixos/unstable +repositories: + nixpkgs: https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz +sources: + - https://git.sr.ht/~jb55/viscal +tasks: + - build: | + cd viscal + nix-build