Change circuits output location

This commit is contained in:
danielSanchezQ 2026-02-26 13:01:37 +00:00
parent 1320bd760f
commit e232c54330

View File

@ -81,7 +81,8 @@
]; ];
postInstall = '' postInstall = ''
cp -r ${logosBlockchainC}/circuits $out/lib/ mkdir $out/share
cp -r ${logosBlockchainC}/circuits $out/share
''; '';
}; };
in in