1
0
Fork 0
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:
pennae 2021-11-26 01:16:05 +01:00
parent 80c7745b4e
commit 2512455639
57 changed files with 101 additions and 2 deletions

View file

@ -58,6 +58,7 @@ in
'';
example = "nixos";
default = config.networking.hostName;
defaultText = literalExpression "config.networking.hostName";
};
runnerGroup = mkOption {