flutter: export mkFlutter

With that, users can build custom versions of flutter
This commit is contained in:
Eric Dallo 2020-08-28 13:13:30 -03:00
parent f9b0bc3f29
commit 65062ad39f
No known key found for this signature in database
GPG Key ID: 54B592E05C6FBE46

View File

@ -6,6 +6,7 @@ let
let files = builtins.attrNames (builtins.readDir dir);
in map (f: dir + ("/" + f)) files;
in {
mkFlutter = mkFlutter;
stable = mkFlutter rec {
pname = "flutter";
channel = "stable";