Commit 8634858f49f5
Changed files (1)
users
vincent
dev
users/vincent/dev/python.nix
@@ -3,9 +3,6 @@
{
home.packages = with pkgs; [
python3
- python36Packages.virtualenv
- python36Packages.pip-tools
- python36Packages.tox
pipenv
];
}