From 85710682e72ee2b30f7689d3758bb4d3d2fecb2f Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 29 Sep 2020 23:19:57 +0300 Subject: [PATCH] CI: Nix-dev-env-main: strict build: explicitly state the compiler Further the switch to 8.10.1 arrives. Under 8.10.1 HNix currently can not be built strictly. This build is strict, so it is bounded to 8.8 currently. Which is a Nixpkgs default. --- .github/workflows/Optional-Nix-dev-env-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Optional-Nix-dev-env-main.yml b/.github/workflows/Optional-Nix-dev-env-main.yml index e77e6e2..bd73ecf 100644 --- a/.github/workflows/Optional-Nix-dev-env-main.yml +++ b/.github/workflows/Optional-Nix-dev-env-main.yml @@ -75,6 +75,7 @@ jobs: signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Determined Nix-build env: + compiler: "default" buildStrictly: "true" run: ./build.sh