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
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -207,6 +207,7 @@ let
substitutions = { inherit gitSourceWrapper deps; };
propagatedBuildInputs = [ dart git ];
passthru = {
inherit deps;
files = deps.outPath;
depsListFile = depsListDrv.outPath;
};