Skip to content

[CHORE]: Use idiomatic inherit syntax in Nix files #6458

@anntnzrb

Description

@anntnzrb

Description

The Nix files in the repository use explicit assignment syntax instead of the more idiomatic inherit syntax.

Running statix check reports 10 W03/W04 warnings:

  • W03: Assignment instead of inherit
  • W04: Assignment instead of inherit from

Proposed Solution

Use idiomatic inherit syntax. This is a style-only change with no functional impact.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions