From e99f59010ce621520e6bdbb092f547f143fbd254 Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Mon, 23 Oct 2023 15:40:54 +1100 Subject: [PATCH] fetchDartDeps: Pass through the dependency cache --- pkgs/build-support/dart/fetch-dart-deps/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/build-support/dart/fetch-dart-deps/default.nix b/pkgs/build-support/dart/fetch-dart-deps/default.nix index 4f32365f857f..fd3594df9950 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; };