diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-13 17:45:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 17:45:21 -0500 |
| commit | 4429504fb3ba3b0496060892a500c8f49c4d73c7 (patch) | |
| tree | 5719bb1069942dc5569d98a011a43151b0600713 /.github | |
| parent | 1f009f0dca30217b2a0cb0c6ffd7961e13646f8c (diff) | |
| download | xesite-4429504fb3ba3b0496060892a500c8f49c4d73c7.tar.xz xesite-4429504fb3ba3b0496060892a500c8f49c4d73c7.zip | |
Use pinned nixpkgs (#117)
* pin nixpkgs
* use pinned nixpkgs
* use pinned nixpkgs for docker build
* use buildLayeredImage
* test dhall
* dhall channel
* fix??
* fix???
* fix????
* easy-dhall-nix
* fix?????
* pin dhall-yaml to shell, update xepkgs to use inherit
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 5e0a750..eccedcf 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -10,3 +10,10 @@ jobs: - uses: cachix/cachix-action@v3 with: name: xe + - run: | + nix-build docker.nix + docker load -i result + docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7) + - run: | + nix-env -if ./nix/dhall-yaml.nix + dhall-to-yaml-ng --omit-empty --file site.dhall |
