deleted generated files
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.mySystem = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.value; # allows nested options
|
||||
default = {};
|
||||
description = "Root container for all my custom system options";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user