mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(nix): install android-tools in dev-shell (#5855)
This contains `adb` which is useful for Android development.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user