home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8634858f49f5563a700f37a18a95b59650aea07a
parent 96f5231e81640cb80678bf27bef3350b301fcdc9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  6 Jun 2020 12:35:51 +0200

users/vincent: remove some packages from python

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/python.nix | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/users/vincent/dev/python.nix b/users/vincent/dev/python.nix @@ -3,9 +3,6 @@ { home.packages = with pkgs; [ python3 - python36Packages.virtualenv - python36Packages.pip-tools - python36Packages.tox pipenv ]; }