diff options
author | Ben Sima <ben@bsima.me> | 2020-11-16 11:50:02 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-16 11:50:02 -0500 |
commit | b3f1be97ecfcbb4cd496f1471f8b9329df797373 (patch) | |
tree | 811365e2efc388744954e8f8d453a3b288ad52b9 /.build.yml | |
parent | c04659a8dc6a1a64783682343ae6c00c728bfc7b (diff) |
build: one more fix
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,7 +1,9 @@ -image; nixos/unstable +image: nixos/unstable +sources: + - git@git.sr.ht:~ben/biz secrets: - - 6a44134f-d160-4702-825f-26e49398f8e9 + - 6a44134f-d160-4702-825f-26e49398f8e9 tasks: - - build: | - cd biz - nix-build ./default.nix -A Biz.Cloud -A Biz.Dev + - build: | + cd biz + nix-build ./default.nix -A Biz.Cloud -A Biz.Dev |