updated python to 3.12
This commit is contained in:
parent
fab77a48f0
commit
bf4c08c81b
@ -2,6 +2,6 @@
|
|||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
python3
|
python312
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
wget
|
wget
|
||||||
# python
|
# python
|
||||||
poetry
|
poetry
|
||||||
python3
|
python312
|
||||||
ruff
|
ruff
|
||||||
# Rust packages
|
# Rust packages
|
||||||
topgrade
|
topgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user