diff --git a/flake.nix b/flake.nix index 75debbe..5030122 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ huecli = mkPoetryApplication { projectDir = ./.; overrides = p2n-overrides; + python = pkgs.python312; nativeBuildInputs = [ pkgs.installShellFiles ]; postInstall = '' installShellCompletion --cmd huecli \