Skip to content

Commit

Permalink
feat: update for flutter 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Dec 4, 2024
1 parent 99b2072 commit ae3c016
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 208 deletions.
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Define supported systems and a helper function for generating system-specific outputs
#TODO: Add the following as quickemu/quickgui/GitHub builders support them:
# aarch64-darwin aarch64-linux x86_64-darwin
supportedSystems = [ "x86_64-linux" ];
supportedSystems = [ "aarch64-linux" "x86_64-linux" ];

forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f {
system = system;
Expand Down
Loading

0 comments on commit ae3c016

Please sign in to comment.