File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
.github/actions/setup-nix Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : " Setup Nix"
2- description : " Install Nix and configure cache "
2+ description : " Install Nix and configure Cachix "
33runs :
44 using : " composite"
55 steps :
66 - name : Install Nix
7- uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
7+ uses : cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
88 with :
99 github_access_token : ${{ github.token }}
1010
11- - name : Cache Nix store
12- uses : nix-community/cache-nix- action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7
11+ - name : Setup Cachix (numtide)
12+ uses : cachix/cachix- action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
1313 with :
14- primary-key : nix-${{ runner.os }}
14+ name : numtide
15+ authToken : " "
1516
1617 - name : Load Nix development environment
1718 shell : bash
You can’t perform that action at this time.
0 commit comments