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'm creating a derivation using items in a big folder, but I only actually want to use a few files to create the derivation. These files are nested in various directories. So I thought I could use sourceByRegex to select those files. But unfortunately sourceByRegex only seems to search through the top level of a folder.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
Search for maintainers and people that previously touched the related code and @ mention them in a comment.
I'm creating a derivation using items in a big folder, but I only actually want to use a few files to create the derivation. These files are nested in various directories. So I thought I could use
sourceByRegex
to select those files. But unfortunatelysourceByRegex
only seems to search through the top level of a folder.For example:
I hoped to see the both the file
2
and alsofolder
in that last output, but only2
was copied.Is there another way to achieve this?
The text was updated successfully, but these errors were encountered: