diff --git a/default.nix b/default.nix index 0268d71..bf130a1 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ { pkgs, - python ? pkgs.python39, + python ? pkgs.python310, nodejs ? pkgs.nodejs, ...}: let diff --git a/shell.nix b/shell.nix index b7b1eb8..a9c603b 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { pkgs ? import {}, - python ? pkgs.python39 + python ? pkgs.python310 }: let settings = import ./default.nix {inherit pkgs python;};