Inventory: init first implementation #1638

Merged
hsjobeki merged 18 commits from hsjobeki/clan-core:wip/inventory into main 2024-06-25 12:23:30 +00:00
Showing only changes of commit d6ee21a1f5 - Show all commits

View File

@ -71,7 +71,7 @@ let
) machines;
}
# Will be deprecated
{ machines = lib.mkDefault (lib.mapAttrs (_n: _: { }) machinesDirs); }
{ machines = lib.mapAttrs (_n: _: lib.mkDefault { }) machinesDirs; }
# Deprecated interface
(if clanName != null then { meta.name = clanName; } else { })