mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/*: convert straggler options to MD
This commit is contained in:
parent
e04a09082e
commit
1d41cff3dc
31 changed files with 153 additions and 144 deletions
|
@ -88,11 +88,11 @@ let
|
|||
supportsDryActivation = mkOption
|
||||
{ type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Whether this activation script supports being dry-activated.
|
||||
These activation scripts will also be executed on dry-activate
|
||||
activations with the environment variable
|
||||
<literal>NIXOS_ACTION</literal> being set to <literal>dry-activate</literal>.
|
||||
`NIXOS_ACTION` being set to `dry-activate`.
|
||||
it's important that these activation scripts don't
|
||||
modify anything about the system when the variable is set.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue