From d9371fe2666453be2815b056b4279746a94e7029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 15 Jun 2024 11:43:36 +0200 Subject: [PATCH] Switch to python 3.12 --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 \