lib.mkEnableOption: fix syntax error in example comment (#415426)

This commit is contained in:
Pol Dellaiera
2025-06-10 07:36:21 +02:00
committed by GitHub
+2 -2
View File
@@ -170,8 +170,8 @@ rec {
config.foo.enable = true;
}
]:
}
];
};
in
eval.config
=> { foo.enable = true; }