netboot.nix/pkgs/disko/statix.toml
2024-12-29 21:35:58 -05:00

5 lines
192 B
TOML

disabled = [
"manual_inherit", # Prefer `inherit types;` instead of `types = types;`
"manual_inherit_from", # Prefer `inherit (eval) options;` instead of `options = eval.options`.
]