1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-10-27 22:05:53 +01:00
parent d22124b151
commit 3ece2f5cbe
3 changed files with 15 additions and 14 deletions

View file

@ -39,7 +39,7 @@
};
genHosts = lib.pipe (builtins.readDir ./hosts) [
(lib.filterAttrs (name: type: type == "directory"))
(lib.filterAttrs (_: type: type == "directory"))
builtins.attrNames
lib.genAttrs
];