Merge pull request #252067 from lucasew/fix-buildFlutterApplication-passthru

This commit is contained in:
Artturi 2023-08-29 17:48:06 +03:00 committed by GitHub
commit bacceeba12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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