Chore(clanInternals): remove unused attributes

This commit is contained in:
Johannes Kirschbauer
2025-06-10 16:31:42 +02:00
parent 0f6731c813
commit e322c92b2e
3 changed files with 37 additions and 52 deletions

View File

@@ -97,6 +97,12 @@ in
./assertions.nix
];
options = {
_inventoryFile = lib.mkOption {
type = types.path;
readOnly = true;
internal = true;
visible = false;
};
_legacyModules = lib.mkOption {
internal = true;
visible = false;