deleted generated files

This commit is contained in:
2026-03-19 12:06:40 +00:00
parent 5faf41bbb0
commit ced56c2534
32 changed files with 17 additions and 1558 deletions
-8
View File
@@ -1,8 +0,0 @@
{ lib, ... }:
{
options.mySystem = lib.mkOption {
type = lib.types.attrsOf lib.types.anything;
default = {};
description = "Root for custom mySystem options (hierarchical)";
};
}