flutter.buildFlutterApplication: fix passthru being ignored

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-08-28 13:14:13 -03:00
parent 27c6502cb9
commit acafc8e76e

View File

@ -129,7 +129,7 @@ let
${postFixup}
'';
passthru = {
passthru = (args.passthru or {}) // {
inherit (deps) depsListFile;
};
});