diff --git a/modules/python.nix b/modules/python.nix index a63dd7c..564f2ce 100644 --- a/modules/python.nix +++ b/modules/python.nix @@ -1,12 +1,12 @@ { ulib, pkgs, ... }: with ulib; merge (systemPackages (with pkgs; [ - (python311.withPackages (pkgs: with pkgs; [ + (python312.withPackages (pkgs: with pkgs; [ pip requests ])) virtualenv - poetry + # poetry # Broken for some reason ATM. ])) (homeConfiguration {