lib.mkEnableOption: fix syntax error in example comment (#415426)
This commit is contained in:
+2
-2
@@ -170,8 +170,8 @@ rec {
|
||||
|
||||
config.foo.enable = true;
|
||||
}
|
||||
]:
|
||||
}
|
||||
];
|
||||
};
|
||||
in
|
||||
eval.config
|
||||
=> { foo.enable = true; }
|
||||
|
||||
Reference in New Issue
Block a user