fix(bark): get block proxy metadata
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Co-authored-by: sg-doc-holiday[bot] <219201796+sg-doc-holiday[bot]@users.noreply.github.com>
`NIX_GHC` is needed for `doctest`
Signed-off-by: Doc Holiday <[email protected]> Signed-off-by: Doc Holiday <[email protected]>
usb uses node-gyp-build (searches usb/build/Release/*.node), node-hid uses pkg-prebuilds (searches node-hid/build/Release/HID.node), and usb-detection uses bindings (patched to search DAEDALUS_INSTALL_DIRECTORY). Previously all three were copied to the install root from build/Debug, which only worked for bindings-based modules and used unoptimised debug builds.