From b00e35681e9b5afd268cd5ababaf6d2ade2d0b31 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 17 Jan 2023 01:38:42 +0100 Subject: workstation/packages: Remove Python 2 stuff All the packages (hetzner, pep8 and polib) have Python 3 support but I've used the Python 2 versions of them. Since Python 2 is failing evaluation because it's marked as insecure, let's switch to the Python 3 versions. I also removed the the Python 2 interpreter, especially since I haven't been using it for quite a while. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/packages.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/user/aszlig') diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix index 7c9244ac..d65140f3 100644 --- a/modules/user/aszlig/profiles/workstation/packages.nix +++ b/modules/user/aszlig/profiles/workstation/packages.nix @@ -52,11 +52,10 @@ pkgs: with pkgs; [ pulseaudio vuizvui.aszlig.pvolctrl pv - python python3 - pythonPackages.hetzner - pythonPackages.pep8 - pythonPackages.polib + python3Packages.hetzner + python3Packages.pep8 + python3Packages.polib vuizvui.aszlig.radare2 rlwrap rsync -- cgit 1.4.1