Skip to content

Commit 104edcb

Browse files
committed
Disable unused cachix action
This is for reading from a private binary cache, and with an auth token, writing to the cache. Our cache is currently unused.
1 parent 62b198a commit 104edcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31
2222
with:
2323
nix_path: nixpkgs=channel:nixos-unstable
24-
# Pull from the cachix cache
25-
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
26-
with:
27-
name: cclib
28-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
24+
# Pull from our cachix cache (currently unused)
25+
# - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
26+
# with:
27+
# name: cclib
28+
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929
# Checkout of the current head in the working dir
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
with:

0 commit comments

Comments
 (0)