This commit is contained in:
Sandro - 2023-01-06 21:17:08 +01:00
parent eeb33facee
commit b94e77a87c
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 "Wether to ${text}.";
};
mkRecursiveDefault = lib.mapAttrsRecursive (path: value: lib.mkDefault value);
mkRecursiveDefault = lib.mapAttrsRecursive (_path: value: lib.mkDefault value);
}