mkFlutterApp: Don't fetch prebuilt artifacts

Artifacts are now supplied by the Flutter SDK derivation.

In addition, they are no longer a factor in the dependency hash calculation.
This commit is contained in:
hacker1024 2023-04-13 22:01:42 +10:00
parent 6d50bcc487
commit 04e7ced7e2

View file

@ -38,7 +38,6 @@ let
flutter config --no-analytics &>/dev/null # mute first-run
flutter config --enable-linux-desktop
flutter packages get
flutter build linux || true # so it downloads tools
${lib.optionalString (args ? flutterExtraFetchCommands) args.flutterExtraFetchCommands}
RES="$TMP"