From 329fab320764449f3a10360240c9bcd12f1208e4 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 14 Mar 2024 23:10:28 +0100 Subject: [PATCH] Add hls to the dev environment --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index b53c2e79..7e4a8de8 100644 --- a/default.nix +++ b/default.nix @@ -58,6 +58,7 @@ build nativeBuildInputs = with pkgs; [ cabal-install stylish-haskell + haskellPackages.haskell-language-server shellcheck npins ];