From c2a37b5f7203deef28f1c203497c62313b5df7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 5 Dec 2025 20:44:51 +0800 Subject: [PATCH] shell: remove hls --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index d11a2fa5..1fc63cf4 100644 --- a/shell.nix +++ b/shell.nix @@ -26,7 +26,6 @@ pkgs.mkShell { self.xmonad-extras self.xmobar ])) - haskell-language-server cabal-install ]; }