flake: bump main python version
This commit is contained in:
parent
9240b5bc1f
commit
c7df592f88
3 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
perSystem = { pkgs, ... }: {
|
||||
devshells.default =
|
||||
let
|
||||
pythonEnv = (pkgs.python310.withPackages (p: with p; [
|
||||
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
||||
pkgs.qtile.passthru.unwrapped
|
||||
]));
|
||||
in
|
||||
|
|
|
@ -46,7 +46,7 @@ in
|
|||
|
||||
# --- :lang ---
|
||||
# :lang org
|
||||
python310Packages.pygments
|
||||
python3Packages.pygments
|
||||
## +gnuplot
|
||||
gnuplot
|
||||
## +roam2
|
||||
|
@ -89,7 +89,7 @@ in
|
|||
|
||||
# :lang markdown
|
||||
pandoc
|
||||
python310Packages.grip
|
||||
python3Packages.grip
|
||||
|
||||
# :lang sh
|
||||
shellcheck
|
||||
|
|
|
@ -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