about summary refs log tree commit diff
path: root/read-tree.nix
diff options
context:
space:
mode:
Diffstat (limited to 'read-tree.nix')
-rw-r--r--read-tree.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/read-tree.nix b/read-tree.nix
index 72e4d0453a..b2f161e885 100644
--- a/read-tree.nix
+++ b/read-tree.nix
@@ -1,4 +1,7 @@
-initPath: { pkgs, ... } @ args:
+# 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
+
+args: initPath:
 
 let
   inherit (builtins)