From 0942826a811fd468e91393daef50a00c5f63a4d6 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sat, 8 Oct 2022 09:47:52 +0200 Subject: [PATCH] configuration-ghc-94.nix: Fix references to lsp and lsp-types source --- configuration-ghc-94.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration-ghc-94.nix b/configuration-ghc-94.nix index 23c0d5883d..df39a67833 100644 --- a/configuration-ghc-94.nix +++ b/configuration-ghc-94.nix @@ -41,8 +41,8 @@ let integer-logarithms = hsuper.callHackage "integer-logarithms" "1.0.3.1" {}; hiedb = hsuper.callHackage "hiedb" "0.4.2.0" {}; hie-bios = hsuper.callHackage "hie-bios" "0.11.0" {}; - lsp = hsuper.callCabal2nix "lsp" "${inputs.lsp}/lsp" {}; - 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 {}; # Re-generate HLS drv excluding some plugins haskell-language-server =