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 { huecli = mkPoetryApplication {
projectDir = ./.; projectDir = ./.;
overrides = p2n-overrides; overrides = p2n-overrides;
python = pkgs.python312;
nativeBuildInputs = [ pkgs.installShellFiles ]; nativeBuildInputs = [ pkgs.installShellFiles ];
postInstall = '' postInstall = ''
installShellCompletion --cmd huecli \ installShellCompletion --cmd huecli \