flake-parts: fix merging of all-machines-json

This commit is contained in:
Jörg Thalheim
2024-04-15 21:24:22 +02:00
parent 033e5194fb
commit dba32ae28e

View File

@@ -50,7 +50,7 @@ in
clanInternals = lib.mkOption {
type = lib.types.submodule {
options = {
all-machines-json = lib.mkOption { type = lib.types.attrsOf lib.types.str; };
all-machines-json = lib.mkOption { type = lib.types.attrsOf lib.types.unspecified; };
machines = lib.mkOption { type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified); };
machinesFunc = lib.mkOption { type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified); };
};