about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/glittershark/owothia/shell.nix3
-rw-r--r--users/glittershark/xanthous/shell.nix2
2 files changed, 2 insertions, 3 deletions
diff --git a/users/glittershark/owothia/shell.nix b/users/glittershark/owothia/shell.nix
index 4a89fa0a5d7e..1ad70c907baa 100644
--- a/users/glittershark/owothia/shell.nix
+++ b/users/glittershark/owothia/shell.nix
@@ -17,7 +17,6 @@ in
   buildInputs = with haskellPackages; [
     cabal-install
     hlint
-    # TODO(sterni): versions out of sync
-    # pkgs.haskell-language-server.ghc884
+    haskell-language-server
   ];
 }
diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix
index e7eb847bd008..29a4952106a1 100644
--- a/users/glittershark/xanthous/shell.nix
+++ b/users/glittershark/xanthous/shell.nix
@@ -11,6 +11,6 @@
     ghc-prof-flamegraph
     hp2pretty
     hlint
-    pkgs.haskell-language-server.ghc884
+    haskell-language-server
   ];
 }