deps(update)

This commit is contained in:
HendrikRauh 2026-03-29 17:43:30 +02:00
parent 5f792e0956
commit 6aeae91c80
2 changed files with 6 additions and 4 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1769170682, "lastModified": 1774386573,
"narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=", "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c5296fdd05cfa2c187990dd909864da9658df755", "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -33,15 +33,17 @@
androidSdk = androidSdk =
(pkgs.androidenv.composeAndroidPackages { (pkgs.androidenv.composeAndroidPackages {
platformVersions = [ platformVersions = [
"36"
"35" "35"
"34" "34"
]; ];
buildToolsVersions = [ buildToolsVersions = [
"36.0.0"
"35.0.0" "35.0.0"
"34.0.0" "34.0.0"
]; ];
includeNDK = true; includeNDK = true;
ndkVersions = [ "26.1.10909125" ]; ndkVersions = [ "26.3.11579264" ];
cmakeVersions = [ "3.22.1" ]; cmakeVersions = [ "3.22.1" ];
}).androidsdk; }).androidsdk;