deleted generated files

This commit is contained in:
2026-03-19 11:56:39 +00:00
parent f83ffc8590
commit 136879a22a
32 changed files with 108 additions and 1630 deletions
-8
View File
@@ -1,8 +0,0 @@
{ lib, ... }:
{
options.mySystem = lib.mkOption {
type = lib.types.attrs;
default = {};
description = "Root for custom mySystem options (placeholder)";
};
}