From 15cd94166b094cfc114627ca780d3caa97e396fe Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 4 Feb 2024 22:44:57 +0300 Subject: [PATCH] Downgrade to python 311 --- modules/{_python.nix => python.nix} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename modules/{_python.nix => python.nix} (70%) 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 {