ci: explicitly set Nix version
This commit is contained in:
parent
ff2bed9dac
commit
4f1f57deca
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v14.1
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.3.16/install
|
||||
nix_path: nixpkgs=channel:nixos-21.05
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue