nixos/*: convert straggler options to MD

This commit is contained in:
pennae 2022-08-30 14:18:54 +02:00
parent e04a09082e
commit 1d41cff3dc
31 changed files with 153 additions and 144 deletions

View file

@ -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.
'';