summary refs log tree commit diff
path: root/pkgs/build-support/writers/test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/writers/test.nix')
-rw-r--r--pkgs/build-support/writers/test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/writers/test.nix b/pkgs/build-support/writers/test.nix
index d0824b17bd1..00cad9a96b5 100644
--- a/pkgs/build-support/writers/test.nix
+++ b/pkgs/build-support/writers/test.nix
@@ -193,7 +193,7 @@ let
     '';
 
 in runCommand "test-writers" {
-  passthru = { inherit writeTest bin simple; };
+  passthru = { inherit writeTest bin simple path; };
   meta.platforms = lib.platforms.all;
 } ''
   ${lib.concatMapStringsSep "\n" (test: writeTest "success" test.name "${test}/bin/${test.name}") (lib.attrValues bin)}