diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/depot-tools.nix | 4 |
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; } |
