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 e341c44 commit d513e96Copy full SHA for d513e96
.github/workflows/nix.yml
@@ -113,10 +113,8 @@ jobs:
113
run: cachix push haskell-language-server dev
114
- name: Build binaries
115
run: nix build --print-build-logs
116
- # smunix: "Build all binaries" takes too long to run and doesn't contribute
117
- # to caching to cachix for now; so I'm temporarily disabling it for now.
118
- # - name: Build all binaries
119
- # run: nix build --print-build-logs .#all-haskell-language-server
+ - name: Build all binaries
+ run: nix build --print-build-logs .#all-haskell-language-server
120
- name: Push binaries
121
if: ${{ env.HAS_TOKEN == 'true' }}
122
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
0 commit comments