diff options
Diffstat (limited to 'nix/getBins')
-rw-r--r-- | nix/getBins/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/getBins/default.nix b/nix/getBins/default.nix index b0c1135fc87a..5ba7584ed844 100644 --- a/nix/getBins/default.nix +++ b/nix/getBins/default.nix @@ -38,7 +38,7 @@ let tests = import ./tests.nix { inherit getBins; - inherit (pkgs) writeScriptBin; + inherit (depot.nix) writeScriptBin; inherit (depot.nix.runTestsuite) assertEq it runTestsuite; }; |