Skip to content

Commit

Permalink
[CI] fix cachix install-nix
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).
  • Loading branch information
kquick committed Jan 12, 2022
1 parent 84d8b71 commit 7c11cc4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -28,8 +28,15 @@ jobs:
with:
submodules: true

- name: Probe Build Environment
run: |
id
uname -a
pwd
cat /etc/os-release
- 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 7c11cc4

Please sign in to comment.