From 11ff472216473449630f2c6ddef6029b6624be13 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 4 Oct 2021 20:41:30 +0200 Subject: [PATCH] Add nix installation section linking to haskell2nix documentation --- docs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index a8e6357f8d..8587167385 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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).