about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-01-17 01:38:42 +0100
committeraszlig <aszlig@nix.build>2023-01-17 01:38:42 +0100
commitb00e35681e9b5afd268cd5ababaf6d2ade2d0b31 (patch)
tree150fff0204ee4705de87f579d76c83e563441beb
parent186d398d1abc18e87188359c8e353fd179e19066 (diff)
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 <aszlig@nix.build>
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix7
1 files changed, 3 insertions, 4 deletions
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