.github: pin nix 2.13 in workflows (#3720)
2.14 has a bug related to profile locations that breaks nix-env, which in turn breaks cachix. Pin to 2.13 for now. More info at https://github.com/NixOS/nixpkgs/pull/218858#issuecomment-1448758169
This commit is contained in:
parent
4bac341868
commit
9438e56a7b
3 changed files with 4 additions and 0 deletions
1
.github/workflows/github_pages.yml
vendored
1
.github/workflows/github_pages.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v19
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue