We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d49b34 commit 4898f5bCopy full SHA for 4898f5b
configuration-ghc-94.nix
@@ -41,8 +41,8 @@ let
41
integer-logarithms = hsuper.callHackage "integer-logarithms" "1.0.3.1" {};
42
hiedb = hsuper.callHackage "hiedb" "0.4.2.0" {};
43
hie-bios = hsuper.callHackage "hie-bios" "0.11.0" {};
44
- lsp = hsuper.callCabal2nix "lsp" "${inputs.lsp}/lsp" {};
45
- lsp-types = hsuper.callCabal2nix "lsp-types" "${inputs.lsp}/lsp-types" {};
+ lsp = hsuper.callCabal2nix "lsp" inputs.lsp {};
+ lsp-types = hsuper.callCabal2nix "lsp-types" inputs.lsp-types {};
46
47
# Re-generate HLS drv excluding some plugins
48
haskell-language-server =
0 commit comments