From ad464201793a5c01f2c576e17847336e81e3a9a9 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 6 May 2025 17:32:58 +0200 Subject: [PATCH] trying stuff --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f243873..e368b12 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") packages; + builtins.filter (p: p.pname or "" != "sphinx-8.2.3") packages; # Base Python packages that are always included basePackages = ps: with ps; [