We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b198a commit 104edcbCopy full SHA for 104edcb
.github/workflows/nix.yml
@@ -21,11 +21,11 @@ jobs:
21
- uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31
22
with:
23
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 }}'
+ # Pull from our cachix cache (currently unused)
+ # - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
+ # with:
+ # name: cclib
+ # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
29
# Checkout of the current head in the working dir
30
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31
0 commit comments