summaryrefslogtreecommitdiff
path: root/.build.yml
blob: acbcf00acddf4d21fec89a9f2a647c50824d9e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: nixos/unstable
sources:
    - git@git.sr.ht:~ben/biz
secrets:
    - 6a44134f-d160-4702-825f-26e49398f8e9
tasks:
    - build: |
        cd biz
        nix-shell --run "bild Biz/Pie.hs"
        nix-shell --run "bild Biz/Pie.nix"
        nix-shell --run "bild Biz/Cloud.nix"
        nix-shell --run "bild Biz/Dev.nix"

        #nix-shell --run "bild Que/Site.hs"
        #nix-shell --run "bild Que/Host.hs"
        #nix-shell --run "bild Que/Prod.nix"

        #nix-shell --run "bild Hero/Host.hs"
        #nix-shell --run "bild Hero/Node.hs"
        #nix-shell --run "bild Hero/Prod.nix"