Skip to content

Commit

Permalink
build: update nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Feb 20, 2024
1 parent 6a15d7b commit 8a89412
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 36 deletions.
86 changes: 52 additions & 34 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
pkgs = import nixpkgs { inherit system overlays; };
android-sdk = android.sdk.${system} (sdkPkgs:
with sdkPkgs; [
build-tools-30-0-3
build-tools-33-0-1
cmdline-tools-latest
ndk-bundle
platform-tools
platforms-android-33
platforms-android-34
ndk-23-2-8568313
]);
in {
Expand Down

0 comments on commit 8a89412

Please sign in to comment.