lib.mkEnableOption: fix syntax error in example comment

This commit is contained in:
Florent Charpentier
2025-06-09 23:52:33 +02:00
committed by Florent Charpentier
parent 98402c8caf
commit b6bb27bc38
+2 -2
View File
@@ -170,8 +170,8 @@ rec {
config.foo.enable = true;
}
]:
}
];
};
in
eval.config
=> { foo.enable = true; }