trying stuff
This commit is contained in:
parent
e7b5a40230
commit
3911f3e0dc
@ -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; [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user