fetchDartDeps: Pass through the dependency cache
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user