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.
This commit is contained in:
Anton-Latukha 2020-09-29 23:19:57 +03:00
parent 245594db87
commit 85710682e7
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ jobs:
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Determined Nix-build
env:
compiler: "default"
buildStrictly: "true"
run: ./build.sh