mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
Revert "tests/{efmls-configs,none-ls}: disable clazy test (broken package)"
This reverts commit bc87d91273
.
This commit is contained in:
parent
2ef0818d2e
commit
49f9176f80
2 changed files with 0 additions and 6 deletions
|
@ -35,9 +35,6 @@
|
|||
# ansible-compat is broken
|
||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369664
|
||||
"ansible_lint"
|
||||
# TODO: added 2024-12-31
|
||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369681
|
||||
"clazy"
|
||||
]
|
||||
++ lib.optionals (system == "aarch64-linux") [
|
||||
# Broken as of 2024-07-13
|
||||
|
|
|
@ -129,9 +129,6 @@
|
|||
# ansible-compat is broken
|
||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369664
|
||||
"ansiblelint"
|
||||
# TODO: added 2024-12-31
|
||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369681
|
||||
"clazy"
|
||||
]
|
||||
++ (lib.optionals pkgs.stdenv.isDarwin [
|
||||
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue