Switch to python 3.12
This commit is contained in:
parent
365b2d6857
commit
d9371fe266
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user