This commit is contained in:
Sandro - 2023-02-18 23:49:11 +01:00
parent 1381cedeb2
commit 0f25b2adf0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
description = lib.mdDoc "Whether to ${text}.";
};
mkRecursiveDefault = lib.mapAttrsRecursive (_path: lib.mkDefault);
mkRecursiveDefault = lib.mapAttrsRecursive (_: lib.mkDefault);
}