Add machinesDirs with default

This commit is contained in:
Johannes Kirschbauer 2024-06-25 12:51:03 +02:00 committed by hsjobeki
parent c0293b889c
commit 4fb15d8733

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