Skip to content

Commit 4898f5b

Browse files
configuration-ghc-94.nix: Fix references to lsp and lsp-types source (#3265)
Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent 6d49b34 commit 4898f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration-ghc-94.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ let
4141
integer-logarithms = hsuper.callHackage "integer-logarithms" "1.0.3.1" {};
4242
hiedb = hsuper.callHackage "hiedb" "0.4.2.0" {};
4343
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" {};
44+
lsp = hsuper.callCabal2nix "lsp" inputs.lsp {};
45+
lsp-types = hsuper.callCabal2nix "lsp-types" inputs.lsp-types {};
4646

4747
# Re-generate HLS drv excluding some plugins
4848
haskell-language-server =

0 commit comments

Comments
 (0)