fix cachix ci (#37)
pin nix version to work-around regression cachix/cachix-action#138
This commit is contained in:
parent
504c89d4e9
commit
a8be54ca9e
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
|
|
Loading…
Reference in a new issue