Skip to content

Commit

Permalink
Use cachix install-nix version 14.1 (compatibility with private runner).
Browse files Browse the repository at this point in the history
There appears to be some unknowns regarding ensuring nix is installed,
but not overwritten (see
cachix/install-nix-action#98 and
https://github.com/cachix/install-nix-actions/pull/100/files).  It is
reported that version 14.1 does not have this issue.
  • Loading branch information
kquick committed Jan 12, 2022
1 parent 84d8b71 commit d82ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
submodules: true

- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-21.11
install_url: https://releases.nixos.org/nix/nix-2.4/install
Expand Down

0 comments on commit d82ae92

Please sign in to comment.