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