From 0b2fed7a110431352483ddfe5e421aa9c4b5c31e Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Fri, 27 Mar 2026 08:34:03 +0000 Subject: [PATCH] Regenerated --- Droidnix/README.org | 2 +- Droidnix/generated/hosts/traveldroid/host.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 4088edba1..7f458803d 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -142,7 +142,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 { diff --git a/Droidnix/generated/hosts/traveldroid/host.nix b/Droidnix/generated/hosts/traveldroid/host.nix index ca1b8219d..a2d2669eb 100644 --- a/Droidnix/generated/hosts/traveldroid/host.nix +++ b/Droidnix/generated/hosts/traveldroid/host.nix @@ -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 {