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 06ae53a commit 45c9dcfCopy full SHA for 45c9dcf
README.md
@@ -701,6 +701,19 @@ $ cd install
701
$ stack build
702
```
703
704
+#### Using Nix
705
+
706
+The instructions below show how to set up a Cachix binary cache and open a nix shell for local development.
707
708
+```shell
709
+$ cachix use haskell-language-server
710
+$ nix-shell
711
+$ cabal update
712
+$ cabal build
713
+```
714
715
+If you are looking for a Nix expression to create haskell-language-server binaries, seehttps://github.com/haskell/haskell-language-server/issues/122
716
717
#### Introduction tutorial
718
Pepeiborra [wrote an tutorial](https://github.com/pepeiborra/hls-tutorial) on writing a plugin in HLS.
719
0 commit comments