Regenerated

This commit is contained in:
2026-03-27 08:34:03 +00:00
parent 6f038e0d19
commit 0b2fed7a11
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ let
allModules = hostModules.imports ++ globalUsers.imports;
# Merge all _module.args.hmUsers from each module
allHmUsers = lib.foldl' (acc m: acc // (m._module.args.hmUsers or {})) {} allModules;
allHmUsers = lib.foldl' (acc: m: acc // (m._module.args.hmUsers // {})) {} allModules;
in
{