nix/home/graphical-fullblown: handle android sdk changes

This commit is contained in:
steveej 2018-12-17 13:13:13 +01:00
parent c5c4b160a1
commit 194c2aaf9c

View file

@ -27,9 +27,11 @@ in {
gnutls = true;
};
android_sdk.accept_license = true;
packageOverrides = pkgs: with pkgs; {
myPython36 = python36Full.withPackages (ps: with ps; [
pylint pep8 yapf flake8
pep8 yapf flake8
# autopep8 (broken)
# pylint (broken)
ipython
@ -146,7 +148,7 @@ in {
# Virtualization
virtmanager
qemu
(pkgs.lib.hiPrio qemu)
# virtualbox
vagrant
rkt