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,
|
||||
python ? pkgs.python39,
|
||||
python ? pkgs.python310,
|
||||
nodejs ? pkgs.nodejs,
|
||||
...}:
|
||||
let
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
python ? pkgs.python39
|
||||
python ? pkgs.python310
|
||||
}:
|
||||
let
|
||||
settings = import ./default.nix {inherit pkgs python;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue