flutter flake update
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
android-nixpkgs.url = "github:tadfisher/android-nixpkgs";
|
android-nixpkgs.url = "github:tadfisher/android-nixpkgs";
|
||||||
|
|
||||||
|
cursor.url = "github:omarcresp/cursor-flake/main";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -15,6 +17,7 @@
|
|||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
flake-parts,
|
flake-parts,
|
||||||
|
cursor,
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
flake-parts.lib.mkFlake {inherit inputs;} {
|
flake-parts.lib.mkFlake {inherit inputs;} {
|
||||||
@@ -93,7 +96,12 @@
|
|||||||
dart
|
dart
|
||||||
cmake
|
cmake
|
||||||
android-tools
|
android-tools
|
||||||
|
cursor.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
zsh
|
||||||
|
exit
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
# formatter = pkgs.alejandra;
|
# formatter = pkgs.alejandra;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user