summaryrefslogtreecommitdiff
path: root/lib/depot-tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/depot-tools.nix')
-rw-r--r--lib/depot-tools.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/depot-tools.nix b/lib/depot-tools.nix
index 448055a..1a16df9 100644
--- a/lib/depot-tools.nix
+++ b/lib/depot-tools.nix
@@ -21,7 +21,7 @@ let
;
importDir =
- path:
+ path: fn:
let
entries = readDir path;
@@ -51,8 +51,10 @@ let
}
)
entries) [ "__junk" ];
+
+ combined = dirPaths // nixPaths;
in
- dirPaths // nixPaths;
+ fn combined;
# Memoize the args per system
systemArgs = genAttrs systems (