minor fix in documentation

Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Jan Malakhovski 2014-02-17 20:29:08 +00:00 committed by Domen Kožar
parent 99da7b85cb
commit 0ea84c4445

View file

@ -194,7 +194,7 @@ rec {
is transformed into 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 This transform is the critical step that allows mkIf conditions
to refer to the full configuration without creating an infinite to refer to the full configuration without creating an infinite