Switch to python 3.12

This commit is contained in:
Torjus Håkestad 2024-06-15 11:43:36 +02:00
parent 365b2d6857
commit d9371fe266

View File

@ -41,6 +41,7 @@
huecli = mkPoetryApplication {
projectDir = ./.;
overrides = p2n-overrides;
python = pkgs.python312;
nativeBuildInputs = [ pkgs.installShellFiles ];
postInstall = ''
installShellCompletion --cmd huecli \