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; [