Fix lsp issue on nix

This commit is contained in:
2024-11-17 16:38:26 +01:00
parent 449b4ea006
commit 9a421e8125

View File

@@ -2,5 +2,6 @@
pkgs.mkShell {
packages = with pkgs; [
stack
haskell-language-server
];
}