use pythonFull
This commit is contained in:
parent
4801a56cba
commit
0fa50f4e8f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue