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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue