From e232c54330db366a184f5a51aefbb1fd75d43d18 Mon Sep 17 00:00:00 2001 From: danielSanchezQ <3danimanimal@gmail.com> Date: Thu, 26 Feb 2026 13:01:37 +0000 Subject: [PATCH] Change circuits output location --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 42aff42..4f073e9 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,8 @@ ]; postInstall = '' - cp -r ${logosBlockchainC}/circuits $out/lib/ + mkdir $out/share + cp -r ${logosBlockchainC}/circuits $out/share ''; }; in