From ed3a18670f14e332380f22ce3a3ebaf848d8d304 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 25 Jun 2023 23:44:40 +0530 Subject: [PATCH] fix(flakes): bump Python build input to 3.12 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 82222ff..67bf82c 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ commonArgs = { src = craneLib.cleanCargoSource ./.; buildInputs = with pkgs; - [xorg.libxcb python39] + [xorg.libxcb python312] ++ pkgs.lib.optionals stdenv.isDarwin [pkgs.darwin.apple_sdk.frameworks.AppKit]; nativeBuildInputs = [];