tests/none-ls: disable broken semgrep

https://github.com/NixOS/nixpkgs/pull/391003#issuecomment-2733948423
This commit is contained in:
Gaetan Lepage 2025-03-18 17:56:46 +01:00 committed by Gaétan Lepage
parent c15e93c157
commit 122375e764

View file

@ -105,10 +105,18 @@
sources =
let
disabled = lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# Not available on aarch64-linux
"smlfmt"
];
disabled =
[
# Added 2025-03-18
# Dependency python3Packages.click-option-group is broken
# TODO: re-enable when the fix lands in nixpkgs-unstable
# https://github.com/NixOS/nixpkgs/pull/389579
"semgrep"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# Not available on aarch64-linux
"smlfmt"
];
in
# Enable every none-ls source that has an option
lib.mapAttrs (