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, ... }: {
|
perSystem = { pkgs, ... }: {
|
||||||
devshells.default =
|
devshells.default =
|
||||||
let
|
let
|
||||||
pythonEnv = (pkgs.python310.withPackages (p: with p; [
|
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
||||||
pkgs.qtile.passthru.unwrapped
|
pkgs.qtile.passthru.unwrapped
|
||||||
]));
|
]));
|
||||||
in
|
in
|
||||||
|
|
|
@ -46,7 +46,7 @@ in
|
||||||
|
|
||||||
# --- :lang ---
|
# --- :lang ---
|
||||||
# :lang org
|
# :lang org
|
||||||
python310Packages.pygments
|
python3Packages.pygments
|
||||||
## +gnuplot
|
## +gnuplot
|
||||||
gnuplot
|
gnuplot
|
||||||
## +roam2
|
## +roam2
|
||||||
|
@ -89,7 +89,7 @@ in
|
||||||
|
|
||||||
# :lang markdown
|
# :lang markdown
|
||||||
pandoc
|
pandoc
|
||||||
python310Packages.grip
|
python3Packages.grip
|
||||||
|
|
||||||
# :lang sh
|
# :lang sh
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
home.packages = with pkgs; lib.lists.flatten [
|
home.packages = with pkgs; lib.lists.flatten [
|
||||||
python310
|
python311
|
||||||
(with python310Packages; [
|
(with python311Packages; [
|
||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
jupyter
|
jupyter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue