chore(nix): install android-tools in dev-shell (#5855)

This contains `adb` which is useful for Android development.
This commit is contained in:
Thomas Eizinger
2024-07-13 00:27:39 +10:00
committed by GitHub
parent db9512f213
commit f21e9116e2

View File

@@ -25,7 +25,7 @@
exec "${pkgs.cargo-udeps}/bin/cargo-udeps" "$@"
'';
libraries = with pkgs;[
libraries = with pkgs; [
webkitgtk
gtk3
cairo
@@ -50,6 +50,7 @@
librsvg
gnome.zenity
desktop-file-utils
android-tools
];
mkShellWithRustVersion = rustVersion: pkgs.mkShell {