flutter.buildFlutterApplication: fix passthru being ignored

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2023-08-28 22:54:36 -03:00
parent 27c6502cb9
commit acafc8e76e
+1 -1
View File
@@ -129,7 +129,7 @@ let
${postFixup}
'';
passthru = {
passthru = (args.passthru or {}) // {
inherit (deps) depsListFile;
};
});