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, ... }: {
devshells.default =
let
pythonEnv = (pkgs.python310.withPackages (p: with p; [
pythonEnv = (pkgs.python311.withPackages (p: with p; [
pkgs.qtile.passthru.unwrapped
]));
in