From 4429504fb3ba3b0496060892a500c8f49c4d73c7 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 13 Feb 2020 17:45:21 -0500 Subject: 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 --- .github/workflows/nix.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3