minor fix in documentation

Signed-off-by: Domen Kožar <domen@dev.si>
wip/yesman
Jan Malakhovski 10 years ago committed by Domen Kožar
parent 99da7b85cb
commit 0ea84c4445
  1. 2
      lib/modules.nix

@ -194,7 +194,7 @@ rec {
is transformed into
[ { boot = set1; } { boot = mkIf cond set2; services mkIf cond set3; } ].
[ { boot = set1; } { boot = mkIf cond set2; services = mkIf cond set3; } ].
This transform is the critical step that allows mkIf conditions
to refer to the full configuration without creating an infinite

Loading…
Cancel
Save