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

@ -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

View file

@ -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

View file

@ -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