summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-16 11:50:02 -0500
committerBen Sima <ben@bsima.me>2020-11-16 11:50:02 -0500
commitb3f1be97ecfcbb4cd496f1471f8b9329df797373 (patch)
tree811365e2efc388744954e8f8d453a3b288ad52b9 /.build.yml
parentc04659a8dc6a1a64783682343ae6c00c728bfc7b (diff)
build: one more fix
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index 1c4534d..3073fd9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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