there is a 10% chance this works
This commit is contained in:
parent
73ff73d1e5
commit
f86f926ec4
3 changed files with 14 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
path: let
|
||||
dirs = builtins.readDir path;
|
||||
in
|
||||
builtins.filter (name: dirs.${name} == "directory") (builtins.attrNames dirs);
|
||||
builtins.filter (type: dirs.${type} == "directory") (builtins.attrNames dirs);
|
||||
|
||||
getModuleImports =
|
||||
path: let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue