2.home-manager/tests/lib/generators
Austin Horstman 01ea51d706 treewide: use inherit for attribute assignments
This change converts redundant attribute assignments of the form `a =
a;` or `a = someSet.a;` into cleaner `inherit` statements. This reduces
verbosity and follows common Nix style for bringing attributes into
scope.

Statix Codes: W03 (manual_inherit), W04 (manual_inherit_from)

Also include statix and the rule in our configuration.
2026-04-08 14:47:48 -05:00
..
default.nix lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
tohyprconf-result.txt lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
tohyprconf.nix treewide: use inherit for attribute assignments 2026-04-08 14:47:48 -05:00
tokdl-result.txt lib.generators.toKDL: add tests for root-level children 2026-01-12 20:38:42 -06:00
tokdl.nix lib.generators.toKDL: add tests for root-level children 2026-01-12 20:38:42 -06:00
toscfg-empty-result.txt senpai: switch to scfg format 2024-03-15 11:42:17 +01:00
toscfg-empty.nix generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00
toscfg-err-dir-empty-name.nix treewide: remove unused code (#6985) 2025-05-07 10:03:21 -05:00
toscfg-example-result.txt generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00
toscfg-example.nix generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00