stuff
This commit is contained in:
parent
d22124b151
commit
3ece2f5cbe
3 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue