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