Skip to content

Commit

Permalink
flutter319: drop (#361667)
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy authored Feb 11, 2025
2 parents cb6f878 + dd19eff commit 1cf7033
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1,159 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/expidus/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ callPackage, flutterPackages }:
{
calculator = callPackage ./calculator {
flutter = flutterPackages.v3_19;
flutter = flutterPackages.v3_24;
};

file-manager = callPackage ./file-manager {
flutter = flutterPackages.v3_19;
flutter = flutterPackages.v3_24;
};
}
Loading

0 comments on commit 1cf7033

Please sign in to comment.