Skip to content

Commit 45c9dcf

Browse files
committed
Add README instructions
1 parent 06ae53a commit 45c9dcf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,19 @@ $ cd install
701701
$ stack build
702702
```
703703

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+
704717
#### Introduction tutorial
705718
Pepeiborra [wrote an tutorial](https://github.com/pepeiborra/hls-tutorial) on writing a plugin in HLS.
706719

0 commit comments

Comments
 (0)