Skip to content

Commit 49acc33

Browse files
committed
CI: Optional-Nix-dev-env-main: pin rev
`default.nix` pin does not work because `build.sh` overrides it to `default`.
1 parent ff700be commit 49acc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
### and the other part of keys explained in `build.sh`, since those address external procedures aound the builds.
2323
### Additional documentation is in Nixpkgs Haskell.lib: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix
2424
###
25-
# rev: "nixos-unstable" # 2020-09-29: NOTE: HNix default.nix currently pins the rev
25+
rev: "b165ce0c4efbb74246714b5c66b6bcdce8cde175"
2626
cachixAccount: "hnix"
2727
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
2828
allowInconsistentDependencies: "false"

0 commit comments

Comments
 (0)