flake-parts: fix merging of all-machines-json
All checks were successful
checks / checks-impure (pull_request) Successful in 2m3s
checks / checks (pull_request) Successful in 4m26s

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

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); };
};