about summary refs log tree commit diff
path: root/nix/getBins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/getBins/default.nix')
-rw-r--r--nix/getBins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/getBins/default.nix b/nix/getBins/default.nix
index b0c1135fc8..5ba7584ed8 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;
   };