From 20df5ea14028b70e07405e3397e99bdd2ea717b9 Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 9 Mar 2026 14:26:33 -0400 Subject: [PATCH] remove python313Full package as it is no longer available in nixos 25.11 --- backend/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/shell.nix b/backend/shell.nix index 6237424..d604a35 100644 --- a/backend/shell.nix +++ b/backend/shell.nix @@ -3,7 +3,6 @@ pkgs.mkShell { buildInputs = with pkgs; [ # Python development environment for Chitai - python313Full python313Packages.greenlet python313Packages.ruff uv