flutter flake update

This commit is contained in:
Nico
2025-06-15 19:31:45 +02:00
parent 32fe50e27c
commit 936064f3e7

View File

@@ -8,6 +8,8 @@
};
android-nixpkgs.url = "github:tadfisher/android-nixpkgs";
cursor.url = "github:omarcresp/cursor-flake/main";
};
@@ -15,6 +17,7 @@
self,
nixpkgs,
flake-parts,
cursor,
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
@@ -93,7 +96,12 @@
dart
cmake
android-tools
cursor.packages.${pkgs.system}.default
];
shellHook = ''
zsh
exit
'';
};
# formatter = pkgs.alejandra;
};