Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
301 stars 125 forks source link

nix: add binLiquid for flake.nix #83

Closed YusukeShimizu closed 1 month ago

YusukeShimizu commented 4 months ago

add binLiquid to the inherit list to enable.

RCasatta commented 4 months ago

ACK c820c3b7b5949c6f2db765fa432cfcf7d72cf855

tested with

nix build --rebuild .#binLiquid
./result/bin/electrs --network liquid # ok
./result/bin/electrs # ko
nix build --rebuild .
./result/bin/electrs --network liquid # ko
./result/bin/electrs # ok