You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came up with an approach to fix the empty directory problem. I wanted to make you aware of it in case you'd be able to use it to improve the UX. NixOS/nixpkgs#188301.
The text was updated successfully, but these errors were encountered:
thanks. It looks like a similar idea as #9 (comment)
where the algorithm first traverses the filesystem using builtins.readDir, and then applies the filtered result to builtins.path. It's a good idea.
I came up with an approach to fix the empty directory problem. I wanted to make you aware of it in case you'd be able to use it to improve the UX.
NixOS/nixpkgs#188301.
The text was updated successfully, but these errors were encountered: