bump: Python3.9 -> Python 3.10

This commit is contained in:
Infinidoge 2022-04-22 01:52:17 -04:00
parent 81deee8e27
commit 890a2ad36b
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
{ pkgs, lib, ... }: {
environment.systemPackages = with pkgs; lib.lists.flatten [
python3
python310
(with python39Packages; [
(with python310Packages; [
black
isort
jupyter