From 9a421e8125389f63dcc93a5150014d66645f64e8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 17 Nov 2024 16:38:26 +0100 Subject: [PATCH] Fix lsp issue on nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index aba56f4..7aaf2bc 100644 --- a/shell.nix +++ b/shell.nix @@ -2,5 +2,6 @@ pkgs.mkShell { packages = with pkgs; [ stack + haskell-language-server ]; }