From c3f48953fd09f879e0e728ca1dd3de2cbbb26f2c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 8 Sep 2024 21:21:54 -0500 Subject: [PATCH] switch back to python 3.11 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef6a254..b70ad83 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ pkgs = import nixpkgs { inherit system; }; - py = pkgs.python312.override { + py = pkgs.python3.override { packageOverrides = final: prev: { django = prev.django_5; };