nix/home/graphical-fullblown: handle android sdk changes
This commit is contained in:
parent
c5c4b160a1
commit
194c2aaf9c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue