Use devenv instead of flake
This commit is contained in:
37
devenv.nix
Normal file
37
devenv.nix
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
android = {
|
||||
enable = true;
|
||||
emulator.enable = false;
|
||||
flutter.enable = true;
|
||||
|
||||
buildTools.version = [
|
||||
"34.0.0"
|
||||
"33.0.1"
|
||||
];
|
||||
platforms.version = [
|
||||
"27"
|
||||
"28"
|
||||
"29"
|
||||
"30"
|
||||
"31"
|
||||
"32"
|
||||
"33"
|
||||
"34"
|
||||
"35"
|
||||
];
|
||||
ndk.enable = true;
|
||||
ndk.version = [
|
||||
"25.1.8937393"
|
||||
"26.3.11579264"
|
||||
"27.2.12479018"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user