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 =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
python3
|
python3Full
|
||||||
poetry
|
poetry
|
||||||
pre-commit
|
pre-commit
|
||||||
uv-bin
|
uv-bin
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.install-additional [
|
++ lib.optionals cfg.install-additional [
|
||||||
python313
|
python313Full
|
||||||
python311
|
python311Full
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue