dhall channel
This commit is contained in:
parent
83a8129c97
commit
73dd48b777
|
@ -14,5 +14,8 @@ jobs:
|
||||||
nix-build docker.nix
|
nix-build docker.nix
|
||||||
docker load -i result
|
docker load -i result
|
||||||
docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
||||||
|
- run: |
|
||||||
|
nix-channel --add https://hydra.dhall-lang.org/jobset/dhall-haskell/master/channel/latest
|
||||||
|
nix-channel --update
|
||||||
nix-env -i "$(curl -L https://hydra.dhall-lang.org/job/dhall-haskell/master/linux-dhall/latest/api/get-info | jq -r .outPath)"
|
nix-env -i "$(curl -L https://hydra.dhall-lang.org/job/dhall-haskell/master/linux-dhall/latest/api/get-info | jq -r .outPath)"
|
||||||
dhall-to-yaml-ng --omit-empty --file site.dhall
|
dhall-to-yaml-ng --omit-empty --file site.dhall
|
||||||
|
|
Loading…
Reference in New Issue