Fix adb
This commit is contained in:
parent
8a4875cf5b
commit
54ec1fc9ba
2 changed files with 2 additions and 4 deletions
|
|
@ -27,9 +27,6 @@
|
|||
kexec-tools
|
||||
openvpn
|
||||
|
||||
# android tools
|
||||
android-udev-rules
|
||||
|
||||
# Needed for all the fetchFromGit in this repo on nixos-rebuild
|
||||
git
|
||||
];
|
||||
|
|
@ -37,6 +34,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
# Enable compilation cache
|
||||
ccache.enable = true;
|
||||
# TODO Not enough, see https://nixos.wiki/wiki/CCache.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue