Skip to content

Commit

Permalink
update cachix/install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Oct 11, 2022
1 parent f33a23f commit b40b961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- name: setup-docker
uses: docker-practice/actions-setup-docker@master

# https://github.com/cachix/install-nix-action
- name: Install nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221005_ac0fb38/install
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: setup-docker
uses: docker-practice/actions-setup-docker@master

# https://github.com/cachix/install-nix-action
- name: Install nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221005_ac0fb38/install
Expand Down

0 comments on commit b40b961

Please sign in to comment.