NixOS:Properties: Difference between revisions
imported>Ajs124 removed in 2012 |
imported>Fricklerhandwerk add category: NixOS |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 6: | Line 6: | ||
* <code>mkOverride priority template definitions</code>: Currently the same as <code>mkOverrideTemplate</code>. | * <code>mkOverride priority template definitions</code>: Currently the same as <code>mkOverrideTemplate</code>. | ||
* <code>mkDefaultValue definitions</code>: A shortcut notation to define default values (priority level of 1000) inside the configuration. This is extremely useful to avoid references to properties inside the user configuration while overriding the default value of the option. Any option define without this property will take precedence over it. | * <code>mkDefaultValue definitions</code>: A shortcut notation to define default values (priority level of 1000) inside the configuration. This is extremely useful to avoid references to properties inside the user configuration while overriding the default value of the option. Any option define without this property will take precedence over it. | ||
* <code>mkOrder rank definitions</code>: Add a rank value to definitions. This is useful for options where some dependences between definitions exist. A lower rank will add the definitions among the first definitions. The default rank is | * <code>mkOrder rank definitions</code>: Add a rank value to definitions. This is useful for options where some dependences between definitions exist. A lower rank will add the definitions among the first definitions. The default rank is 1000. | ||
[[Category:NixOS]] | |||