From fe96211bb8dc81fde57bf6900b840e69f2b218fc Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Fri, 12 Sep 2025 20:57:59 -0700 Subject: move packages to overlay and expose certain packages --- lib/depot-tools.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/depot-tools.nix b/lib/depot-tools.nix index 1a16df9..7c2fc6b 100644 --- a/lib/depot-tools.nix +++ b/lib/depot-tools.nix @@ -80,7 +80,5 @@ let in makeScope callPackageWith (_: { inherit inputs perSystem flake pkgs system; }) ); - - eachSystem = f: genAttrs systems (system: f systemArgs.${system}); in -{ inherit importDir systemArgs eachSystem; } +{ inherit importDir systemArgs; } -- cgit v1.3.1