From 179bf31d5edc90c826dacf0b06b149469d8d14fa Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Sat, 5 Apr 2025 14:58:10 -0400 Subject: automate hosts gen and bump nixpkgs --- lib/depot-tools.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') 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 ( -- cgit v1.3.1