update python to 3.10
This commit is contained in:
parent
161df8a473
commit
45c61a06ef
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
python ? pkgs.python39,
|
python ? pkgs.python310,
|
||||||
nodejs ? pkgs.nodejs,
|
nodejs ? pkgs.nodejs,
|
||||||
...}:
|
...}:
|
||||||
let
|
let
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs ? import <nixpkgs> {},
|
pkgs ? import <nixpkgs> {},
|
||||||
python ? pkgs.python39
|
python ? pkgs.python310
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
settings = import ./default.nix {inherit pkgs python;};
|
settings = import ./default.nix {inherit pkgs python;};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue