python : update des packages vers python 3.6 lorsque possible

This commit is contained in:
2017-11-19 12:13:30 +01:00
parent c00cdb9343
commit 6d13167f38
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ mkIf flags.docker {
environment.systemPackages = with pkgs; [
# Ecosystème Docker
docker
python27Packages.docker_compose
python36Packages.docker_compose
];
virtualisation.docker.enable = true;