LovelaceAcademy / nix-templates

Minimal reproducible nix flake templates
MIT License
14 stars 2 forks source link

hor-plutus LSP not building #210

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 1 year ago

haskell-language-server

https://api.github.com/LovelaceAcademy/nix-templates/blob/b87ff7a01cc62326aa0496adedbe1a3fdbb0513b/hor-plutus/flake.nix#L55


            # TODO Extract GHC version from hsPkgs
            buildInputs = with pkgs.haskell.packages.ghc8107; attrs.buildInputs ++ [
              serve-docs
              pkgs.cabal-install
              # FIXME hor-plutus LSP not building
              # haskell-language-server
              hlint
            ];
          });
github-actions[bot] commented 9 months ago

Closed in c399739d1aeaa1ace1b8759d9c32b4b56c1b66b9