mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
use python310
This commit is contained in:
parent
7b0865ad5d
commit
ed909ffde7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
, addCythonTo ? [ ]
|
||||
, noPackage ? false
|
||||
, shellOverride ? (_: { })
|
||||
, python ? (pkgs: pkgs.python3)
|
||||
, python ? (pkgs: pkgs.python310)
|
||||
}:
|
||||
(flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue