mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/none-ls: re-enable semgrep test
This commit is contained in:
parent
3cc58f0c74
commit
6b95b82552
1 changed files with 4 additions and 12 deletions
|
@ -105,15 +105,7 @@
|
||||||
|
|
||||||
sources =
|
sources =
|
||||||
let
|
let
|
||||||
disabled =
|
disabled = lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
[
|
|
||||||
# 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
|
# Not available on aarch64-linux
|
||||||
"smlfmt"
|
"smlfmt"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue