Interfaces: unclutter meta interface, file conflict position tracking

This commit is contained in:
Johannes Kirschbauer
2024-10-04 13:47:46 +02:00
parent 091ff4e736
commit 71d3d03b43
4 changed files with 50 additions and 32 deletions

View File

@@ -63,17 +63,10 @@ in
description = ''
Global information about the clan.
'';
type = types.nullOr (
types.submodule {
options = {
name = lib.mkOption {
type = types.nullOr types.str;
description = "Needs to be (globally) unique, as this determines the folder name where the flake gets downloaded to.";
};
};
}
);
default = null;
type = types.deferredModuleWith {
staticModules = [ ../inventory/build-inventory/meta-interface.nix ];
};
default = { };
};
pkgsForSystem = lib.mkOption {