summaryrefslogtreecommitdiff
path: root/.build.yml
blob: adb3fd8287f4c3e7e08b07de2ed08923b5e1793c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: nixos/unstable
sources:
    - git@git.sr.ht:~ben/biz
secrets:
    - 6a44134f-d160-4702-825f-26e49398f8e9
tasks:
    - build: |
        cd biz
        nix-build ./default.nix -A Biz.Cloud -A Biz.Dev
    - nix-shell: |
        cd biz
        nix-shell --run "echo okay"