about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2023-10-23 15:40:54 +1100
committerMaciej Krüger <mkg20001@gmail.com>2023-12-21 11:46:12 +0100
commite99f59010ce621520e6bdbb092f547f143fbd254 (patch)
treed4a55500c4ca03f7ca1b909861bde2b5410e8e21 /pkgs/build-support
parent623ac19416c470a71b28da15b1b37403b2d28501 (diff)
fetchDartDeps: Pass through the dependency cache
Diffstat (limited to 'pkgs/build-support')
-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 4f32365f857ff..fd3594df9950f 100644
--- a/pkgs/build-support/dart/fetch-dart-deps/default.nix
+++ b/pkgs/build-support/dart/fetch-dart-deps/default.nix
@@ -207,6 +207,7 @@ let
     substitutions = { inherit gitSourceWrapper deps; };
     propagatedBuildInputs = [ dart git ];
     passthru = {
+      inherit deps;
       files = deps.outPath;
       depsListFile = depsListDrv.outPath;
     };