Skip to content

Commit 1115861

Browse files
committed
Revert "chore(ci): switch to cache-nix-action for Nix store caching (#87)"
This reverts commit 0bbfd2d.
1 parent ba96981 commit 1115861

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: "Setup Nix"
2-
description: "Install Nix and configure cache"
2+
description: "Install Nix and configure Cachix"
33
runs:
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

0 commit comments

Comments
 (0)