fetchDartDeps: Pass through the dependency cache

This commit is contained in:
hacker1024
2023-10-23 15:40:54 +11:00
committed by Maciej Krüger
parent 623ac19416
commit e99f59010c
@@ -207,6 +207,7 @@ let
substitutions = { inherit gitSourceWrapper deps; };
propagatedBuildInputs = [ dart git ];
passthru = {
inherit deps;
files = deps.outPath;
depsListFile = depsListDrv.outPath;
};