flutterPackages.v3_24: init

This commit is contained in:
Tristan Ross 2024-08-22 17:07:37 -07:00
parent e4cf02f255
commit 92c116b439
No known key found for this signature in database
GPG Key ID: B09C422035669AF8
2 changed files with 1037 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14954,6 +14954,7 @@ with pkgs;
flutterPackages-source = recurseIntoAttrs (callPackage ../development/compilers/flutter { useNixpkgsEngine = true; });
flutterPackages = flutterPackages-bin;
flutter = flutterPackages.stable;
flutter324 = flutterPackages.v3_24;
flutter323 = flutterPackages.v3_23;
flutter322 = flutterPackages.v3_22;
flutter319 = flutterPackages.v3_19;