mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 11:06:44 +03:00
nixos/*: add trivial defaultText for options with simple defaults
This commit is contained in:
parent
80c7745b4e
commit
2512455639
57 changed files with 101 additions and 2 deletions
|
@ -58,6 +58,7 @@ in
|
|||
'';
|
||||
example = "nixos";
|
||||
default = config.networking.hostName;
|
||||
defaultText = literalExpression "config.networking.hostName";
|
||||
};
|
||||
|
||||
runnerGroup = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue