Merge branch 'staging' of https://gitlab.com/steveeJ/infra into staging
This commit is contained in:
commit
e9464dfbe7
3 changed files with 16 additions and 1 deletions
|
@ -26,6 +26,8 @@ in {
|
|||
gnutls = true;
|
||||
};
|
||||
|
||||
android_sdk.accept_license = true;
|
||||
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
myPython36 = python36Full.withPackages (ps: with ps; [
|
||||
pylint pep8 yapf flake8
|
||||
|
@ -145,5 +147,8 @@ in {
|
|||
myPython36
|
||||
|
||||
busyboxStatic
|
||||
|
||||
# Virtualization
|
||||
virtmanager
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue