wip: debug

This commit is contained in:
Jörg Thalheim
2024-07-15 17:42:06 +02:00
committed by Johannes Kirschbauer
parent ef4ef00d0f
commit d9932b3b81
2 changed files with 4 additions and 3 deletions

View File

@@ -60,7 +60,8 @@ in
description = "Allows to include machine-specific modules i.e. machines.\${name} = { ... }";
};
inventory = mkOption {
type = types.submodule { imports = [ ../lib/inventory/build-inventory/interface.nix ]; };
#type = types.submodule { imports = [ ../lib/inventory/build-inventory/interface.nix ]; };
type = types.attrsOf types.raw;
default = { };
description = ''
An abstract service layer for consistently configuring distributed services across machine boundaries.
@@ -117,10 +118,10 @@ in
directory
specialArgs
machines
inventory
pkgsForSystem
meta
;
inventory = (lib.traceValSeq cfg.inventory);
};
};
_file = __curPos.file;