Flutter: Difference between revisions
imported from old wiki |
imported from old wiki (The second flake example doesn't work because it uses a variable androidSdk which is defined in the flake before it, but not the second one) |
||
| Line 76: | Line 76: | ||
}; | }; | ||
}; | }; | ||
androidSdk = pkgs.androidenv.androidPkgs_9_0.androidsdk; | |||
in | in | ||
{ | { | ||
| Line 83: | Line 84: | ||
buildInputs = [ | buildInputs = [ | ||
flutter | flutter | ||
androidsdk | |||
jdk17 | jdk17 | ||
]; | ]; | ||