flutter: fix version

In commit 6cecfa12b5 the ability to do `pkgs.flutter.version` was removed

I assume this was not intended, so this commit brings it back.
This commit is contained in:
FlafyDev 2023-10-20 18:34:27 +03:00
parent ff0a5a776b
commit 8e0b306c82

View File

@ -177,6 +177,7 @@ in
++ lib.optionals supportsLinuxDesktop [ glib wrapGAppsHook ];
passthru = flutter.passthru // {
inherit (flutter) version;
unwrapped = flutter;
inherit engineArtifacts;
};