From 6379fceb6dbd3c27c22468f412c446453733e96d Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Thu, 26 Feb 2026 13:14:03 +0000 Subject: [PATCH] Change circuits output location (#18) --- 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