Skip to content

Commit ab753ba

Browse files
committed
disable cachix action
1 parent 14bbec3 commit ab753ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
extra_nix_config: |
9595
experimental-features = nix-command flakes
9696
nix_path: nixpkgs=channel:nixos-unstable
97-
- uses: cachix/cachix-action@v12
98-
with:
99-
name: haskell-language-server
100-
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
97+
#- uses: cachix/cachix-action@v12
98+
# with:
99+
# name: haskell-language-server
100+
# authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
101101
- name: Build development shell
102102
run: nix develop --print-build-logs --profile dev
103103
- name: Build all development shell (without nix dependencies)

0 commit comments

Comments
 (0)