Skip to content

Commit 8571068

Browse files
committed
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.
1 parent 245594d commit 8571068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Optional-Nix-dev-env-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
7676
- name: Determined Nix-build
7777
env:
78+
compiler: "default"
7879
buildStrictly: "true"
7980
run: ./build.sh
8081

0 commit comments

Comments
 (0)