flutter.buildFlutterApplication: fix passthru being ignored
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
27c6502cb9
commit
acafc8e76e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ let
|
|||
${postFixup}
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
passthru = (args.passthru or {}) // {
|
||||
inherit (deps) depsListFile;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue