about summary refs log tree commit diff
path: root/nix/runExecline/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/runExecline/default.nix')
-rw-r--r--nix/runExecline/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/runExecline/default.nix b/nix/runExecline/default.nix
index 0b87b1366d..22d968a1c6 100644
--- a/nix/runExecline/default.nix
+++ b/nix/runExecline/default.nix
@@ -8,7 +8,7 @@ let
 
   tests = import ./tests.nix {
     inherit runExecline;
-    inherit (depot.nix) getBins;
+    inherit (depot.nix) getBins writeScript;
     inherit (pkgs) stdenv coreutils;
     inherit pkgs;
   };