update python to 3.10
This commit is contained in:
parent
161df8a473
commit
45c61a06ef
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
python ? pkgs.python39,
|
python ? pkgs.python310,
|
||||||
nodejs ? pkgs.nodejs,
|
nodejs ? pkgs.nodejs,
|
||||||
...}:
|
...}:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue