fix: Logos core circuits compatibility (#20)

This commit is contained in:
Álex 2026-03-03 10:11:29 +01:00 committed by GitHub
commit ed99f865b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,15 @@
mkdir $out/share
cp -r ${logosBlockchainC}/circuits $out/share
'';
# Logos Core Edge-case
# The current version of Logos Core expects circuits' binaries under `lib/circuits/`.
# Until we address this in Logos Core, we use this hook to include to ensure the circuits' binaries
# are included in the binary bundle and avoid the circuits being mangled by Nix (which did that when
# copying them in a previous phase).
postFixup = ''
cp -r ${logosBlockchainC}/circuits $out/lib/circuits
'';
};
in
{