diff --git a/users/patriot/default.nix b/users/patriot/default.nix index 7a4bad7..a0733e8 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -1008,6 +1008,11 @@ in filetypes = ["nix"] roots = ["flake.nix", "shell.nix", ".git"] command = "${pkgBin "rnix-lsp"}" + + [language.haskell] + filetypes = ["haskell"] + roots = ["Setup.hs", "stack.yaml", "*.cabal"] + command = "${pkgBin "haskell-language-server"}" ''; "nixpkgs/config.nix".text = '' {