mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
Improve option description
This commit is contained in:
parent
441dcd68d8
commit
e29b51bfb1
1 changed files with 6 additions and 2 deletions
|
@ -44,8 +44,12 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
Activate the new configuration (i.e., update /etc, make accounts,
|
A set of shell script fragments that are executed when a NixOS
|
||||||
and so on).
|
system configuration is activated. Examples are updating
|
||||||
|
/etc, creating accounts, and so on. Since these are executed
|
||||||
|
every time you boot the system or run
|
||||||
|
<command>nixos-rebuild</command>, it's important that they are
|
||||||
|
idempotent and fast.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
merge = mergeTypedOption "script" builtins.isAttrs (fold mergeAttrs {});
|
merge = mergeTypedOption "script" builtins.isAttrs (fold mergeAttrs {});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue