flake: bump main python version
This commit is contained in:
parent
9240b5bc1f
commit
c7df592f88
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
home.packages = with pkgs; lib.lists.flatten [
|
||||
python310
|
||||
(with python310Packages; [
|
||||
python311
|
||||
(with python311Packages; [
|
||||
black
|
||||
isort
|
||||
jupyter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue