flake: bump main python version

This commit is contained in:
Infinidoge 2024-02-14 15:10:14 -05:00
parent 9240b5bc1f
commit c7df592f88
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }: {
home.packages = with pkgs; lib.lists.flatten [
python310
(with python310Packages; [
python311
(with python311Packages; [
black
isort
jupyter