use python310

This commit is contained in:
Valentin Boettcher 2022-01-26 17:38:54 +01:00
parent 7b0865ad5d
commit ed909ffde7

View file

@ -97,7 +97,7 @@
, addCythonTo ? [ ]
, noPackage ? false
, shellOverride ? (_: { })
, python ? (pkgs: pkgs.python3)
, python ? (pkgs: pkgs.python310)
}:
(flake-utils.lib.eachDefaultSystem (system:
let