treewide: lib.fold -> lib.foldr

This commit is contained in:
Aliaksandr
2025-10-30 16:57:08 +02:00
parent f4d36941eb
commit 05616bc0f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ let
moduleConfigFile = pkgs.writeText "module-config.yaml" (
lib.generators.toYAML { } (
lib.filterAttrs (_: v: v != null) (
lib.fold lib.recursiveUpdate { } [
lib.foldr lib.recursiveUpdate { } [
yamlConfig
cfg.settings
]
+1 -1
View File
@@ -6,7 +6,7 @@
}:
let
unionOfDisjoints = lib.fold lib.attrsets.unionOfDisjoint { };
unionOfDisjoints = lib.foldr lib.attrsets.unionOfDisjoint { };
addTests =
attrPath: drv: