We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f1ae5 commit 8fa5316Copy full SHA for 8fa5316
tests/lsp-servers.nix
@@ -48,6 +48,9 @@ let
48
"dafny"
49
"fsautocomplete"
50
"omnisharp"
51
+ # TODO: added 2024-11-30
52
+ # Fixed in https://github.com/NixOS/nixpkgs/pull/360544
53
+ "psalm"
54
]
55
++ lib.optionals pkgs.stdenv.isDarwin [
56
tests/test-sources/plugins/lsp/efmls-configs.nix
@@ -31,6 +31,9 @@
31
# TODO: added 2024-10-15
32
# re-enable after fixed
33
"dmd"
34
35
36
37
38
++ lib.optionals (system == "aarch64-linux") [
39
# Broken as of 2024-07-13
0 commit comments