trying stuff

This commit is contained in:
Arthur Wambst 2025-05-06 17:35:36 +02:00
parent e7b5a40230
commit 3911f3e0dc

View File

@ -31,7 +31,7 @@
# Custom function to filter out sphinx when Python version is < 3.11 # Custom function to filter out sphinx when Python version is < 3.11
filterSphinxForOldPython = packages: 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 # Base Python packages that are always included
basePackages = ps: with ps; [ basePackages = ps: with ps; [