From 6c93c52dc1958a2e17313480e2fc68601bcbb0a6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 3 Jan 2025 18:16:08 +0100 Subject: [PATCH] Revert "tests/lsp-servers: disable solc (broken package)" This reverts commit c2e88653576b9bfd8634db4882a97b4c29a6d706. --- tests/lsp-servers.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index dc72e21a..7d8f9e9e 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -52,10 +52,6 @@ let # ruby-lsp's dependency rubyPackages.prism is broken as of 2024-12-31 # https://github.com/NixOS/nixpkgs/issues/369508 "ruby_lsp" - # solc is broken as of 2024-12-31 - # Fixed by https://github.com/NixOS/nixpkgs/pull/369643 - # TODO: re-enabled when the fix will be in nixos-unstable - "solc" ] ++ lib.optionals pkgs.stdenv.isDarwin [ "fsautocomplete"