deleted generated files
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# Root for custom options
|
||||
options.mySystem = lib.mkOption {
|
||||
type = lib.types.attrs; # simple attribute set
|
||||
default = {};
|
||||
description = "Root for custom mySystem options";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user