We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299c3c1 commit 5b98a6eCopy full SHA for 5b98a6e
.github/workflows/nix.yml
@@ -94,10 +94,10 @@ jobs:
94
extra_nix_config: |
95
experimental-features = nix-command flakes
96
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 }}
+ - uses: cachix/cachix-action@v12
+ with:
+ name: haskell-language-server
+ authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
101
- name: Build development shell
102
run: nix develop --print-build-logs --profile dev
103
- name: Build all development shell (without nix dependencies)
0 commit comments