mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-29 14:28:27 +02:00
treewide: format with new nixfmt
This commit is contained in:
parent
d63fd77511
commit
dd73afe9c6
34 changed files with 665 additions and 679 deletions
|
@ -105,27 +105,26 @@
|
|||
|
||||
sources =
|
||||
let
|
||||
disabled =
|
||||
[
|
||||
#TODO Added 2025-04-01
|
||||
# php-cs-fixer is marked as broken
|
||||
"phpcsfixer"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# Not available on aarch64-linux
|
||||
"smlfmt"
|
||||
disabled = [
|
||||
#TODO Added 2025-04-01
|
||||
# php-cs-fixer is marked as broken
|
||||
"phpcsfixer"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# Not available on aarch64-linux
|
||||
"smlfmt"
|
||||
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"swift_format"
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"swift_format"
|
||||
|
||||
# TODO: 2025-04-20 build failure (open-policy-agent)
|
||||
"opacheck"
|
||||
"rego"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# TODO 2025-04-20 build failure
|
||||
"ansiblelint"
|
||||
];
|
||||
# TODO: 2025-04-20 build failure (open-policy-agent)
|
||||
"opacheck"
|
||||
"rego"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# TODO 2025-04-20 build failure
|
||||
"ansiblelint"
|
||||
];
|
||||
in
|
||||
# Enable every none-ls source that has an option
|
||||
lib.mapAttrs (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue