From 3911f3e0dcb22c4677607bc252be9b4ef24d4c97 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 6 May 2025 17:35:36 +0200 Subject: [PATCH] trying stuff --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b2f23ef..4ebac24 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ # Custom function to filter out sphinx when Python version is < 3.11 filterSphinxForOldPython = packages: - builtins.filter (p: p.pname or "" != "sphinx-8.2.3") packages; + builtins.filter (p: p.pname or "" != "sphinx") packages; # Base Python packages that are always included basePackages = ps: with ps; [