Commit c8021b280946
Changed files (1)
envs
envs/dev.python.nix
@@ -4,6 +4,9 @@
imports = [ ./dev.nix ];
home.packages = with pkgs; [
python3
+ python36Packages.virtualenv
+ python36Packages.pip-tools
+ python36Packages.tox
pipenv
];
}