From 8a4a6cd12a43adc0f7379c5866c89b400200408d Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Fri, 5 Jun 2026 17:31:36 +0300 Subject: [PATCH] fix(nix): python3 dep added --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b4adfe71..e72ac03c 100644 --- a/flake.nix +++ b/flake.nix @@ -99,6 +99,7 @@ pkgs.clang pkgs.llvmPackages.libclang.lib pkgs.gnutar # Required for crane's archive operations (macOS tar lacks --sort) + pkgs.python3 # Required for correct builds now, as python is sandboxed in nix builds ]; LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib"; # Point the risc0-circuit-recursion build script to the pre-fetched zip