summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-09-12 20:57:59 -0700
committerKleidi Bujari <mail@4kb.net>2025-09-12 21:00:27 -0700
commitfe96211bb8dc81fde57bf6900b840e69f2b218fc (patch)
treeff1c63e7962c6373199b94b8fd236b15e3441244 /lib
parentab58c69b6db2902688841a4008221f72bbbb8692 (diff)
downloaddepot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.gz
depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.bz2
depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.zip
move packages to overlay and expose certain packages
Diffstat (limited to 'lib')
-rw-r--r--lib/depot-tools.nix4
1 files changed, 1 insertions, 3 deletions
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; }