diff options
Diffstat (limited to 'read-tree.nix')
-rw-r--r-- | read-tree.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/read-tree.nix b/read-tree.nix index 2e182dfbdeef..8aa504efc21a 100644 --- a/read-tree.nix +++ b/read-tree.nix @@ -1,5 +1,7 @@ -# TODO(tazjin): if there's a default.nix, keep traversing but don't import .nix files? # TODO(tazjin): avoid {} by only calling functions *after* checking what they are +# TODO(tazjin): add an attribute to derivations that have children to +# indicate that traversal should continue for ... traversal use-cases +# (such as CI package filtering) args: initPath: |