about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/build-support/dart/fetch-dart-deps/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/dart/fetch-dart-deps/default.nix b/pkgs/build-support/dart/fetch-dart-deps/default.nix
index acde38fc67e04..460bba2b1b62b 100644
--- a/pkgs/build-support/dart/fetch-dart-deps/default.nix
+++ b/pkgs/build-support/dart/fetch-dart-deps/default.nix
@@ -158,4 +158,5 @@ in
   # work at all anyway due to https://github.com/NixOS/nix/issues/6660.
   name = "${name}-dart-deps-setup-hook";
   substitutions = { inherit deps; };
+  passthru.files = deps.outPath;
 }) ./setup-hook.sh