use pythonFull

This commit is contained in:
Jakub Kropáček 2025-03-26 20:09:43 +01:00
parent 4801a56cba
commit 0fa50f4e8f

View file

@ -25,14 +25,14 @@ in
environment.systemPackages =
with pkgs;
[
python3
python3Full
poetry
pre-commit
uv-bin
]
++ lib.optionals cfg.install-additional [
python313
python311
python313Full
python311Full
];
};
}