deleted generated files

This commit is contained in:
2026-03-19 12:05:35 +00:00
parent ec52a4475a
commit 911ceba1be
32 changed files with 2 additions and 1548 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)";
};
}