It builds!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, ... }: {
|
||||
|
||||
options.sysconfig.generic.enable = {
|
||||
options.sysconfig.generic.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user