-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nix installation section #2256
Conversation
linking to haskell2nix documentation
Just for reference. The haskell4nix documentation will hopefully move into the nixpkgs manual again, in the next 2 months. Then a link will need to be changed. Also the here linked documentation does not link to the hls user guide, but the README and so maybe also needs to be edited. |
@michaelpj i think it could be merged even if it has to be changed in the future |
Let me reopen this PR to make CircleCI work (I don't know why CircleCI doesn't detect a commit this often?) |
linking to haskell2nix documentation Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
@@ -230,3 +230,6 @@ This formula contains HLS binaries compiled with GHC versions available via Home | |||
|
|||
You need to provide your own GHC/Cabal/Stack as required by your project, possibly via Homebrew. | |||
|
|||
## Installation using nix | |||
|
|||
You can read full instructions on how to install HLS with nix in [haskell2nix documentation](https://haskell4nix.readthedocs.io/nixpkgs-users-guide.html#how-to-install-haskell-language-server). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is haskell2nix
? Is this supposed to be haskell4nix
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it is a typo, pr welcome :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR #2386
//cc maralorn