Jump to content

Flutter: Difference between revisions

Update nixpkgs version to 23.11
imported>Garethstokes
m (update dev flake to flutter 3.13.x)
imported>Alexandradeas
(Update nixpkgs version to 23.11)
Line 9: Line 9:
description = "Flutter 3.13.x";
description = "Flutter 3.13.x";
inputs = {
inputs = {
   nixpkgs.url = "github:NixOS/nixpkgs/23.05";
   nixpkgs.url = "github:NixOS/nixpkgs/23.11";
   flake-utils.url = "github:numtide/flake-utils";
   flake-utils.url = "github:numtide/flake-utils";
};
};