mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
lib.modules: configurationClass -> class
This simplifies the documentation. `configuration` is implied by `_type`.
This commit is contained in:
parent
89491bef8d
commit
eab660d91e
3 changed files with 4 additions and 4 deletions
|
@ -100,6 +100,6 @@ A portion of the configuration tree which is elided from `config`.
|
|||
|
||||
A nominal type marker, always `"configuration"`.
|
||||
|
||||
#### `configurationClass` {#module-system-lib-evalModules-return-value-_configurationClass}
|
||||
#### `class` {#module-system-lib-evalModules-return-value-_configurationClass}
|
||||
|
||||
Equal to the [`class` parameter](#module-system-lib-evalModules-param-class).
|
||||
The [`class` argument](#module-system-lib-evalModules-param-class).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue