We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e82978 commit 66ca9efCopy full SHA for 66ca9ef
.github/actions/setup-nix/action.yaml
@@ -13,7 +13,9 @@ runs:
13
using: 'composite'
14
steps:
15
- name: Install Nix
16
- uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34
+ uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
17
+ with:
18
+ github_access_token: ${{ github.token }}
19
20
- name: Install tools from nixpkgs
21
shell: bash
0 commit comments