diff --git a/configuration.nix b/configuration.nix
index efcbfe599e393864df912a5aae2b9e9858799bb4..36f6fbef7db1cf2b7d3d3c3632e74542a4bc15b8 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -22,6 +22,50 @@ final: prev: {
 
   haskell-language-server = null;
 
+  hiedb = null;
+
+  hls-alternate-number-format-plugin = null;
+
+  hls-cabal-fmt-plugin = null;
+
+  hls-cabal-plugin = null;
+
+  hls-call-heirarchy-plugin = null;
+
+  hls-change-type-signature-plugin = null;
+
+  hls-class-plugin = null;
+
+  hls-code-range-plugin = null;
+
+  hls-explicit-fixity-plugin = null;
+
+  hls-explicit-imports-plugin = null;
+
+  hls-explicit-record-fields-plugin = null;
+
+  hls-fourmolu-plugin = null;
+
+  hls-gadt-plugin = null;
+
+  hls-hlint-plugin = null;
+
+  hls-module-name-plugin = null;
+
+  hls-pragmas-plugin = null;
+
+  hls-qualify-imported-names-plugin = null;
+
+  hls-refactor-plugin = null;
+
+  hls-refine-imports-plugin = null;
+
+  hls-retrie-plugin = null;
+
+  hls-splice-plugin = null;
+
+  hls-test-utils = null;
+
   plutus-core = pkgs.haskell.lib.addSetupDepend prev.plutus-core pkgs.haskell.packages.ghc925.Cabal_3_8_1_0;
 
   plutus-tx = pkgs.haskell.lib.addSetupDepend prev.plutus-tx pkgs.haskell.packages.ghc925.Cabal_3_8_1_0;