Blockstream / electrs

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

Build with nix flake #78

Closed RCasatta closed 7 months ago

RCasatta commented 7 months ago

on top of #73 (which has been closed, but I think it should be re-considered https://github.com/Blockstream/electrs/pull/73#issuecomment-2025204742)

Enable builds using flakes with

nix build

This enables downstream users to reference the flake from the blocstream repo directly since https://github.com/NixOS/nixpkgs/pull/299761 may take undefined amount of time

RCasatta commented 7 months ago

will be replaced by one based on *_SKIP_DOWNLOAD env vars (see discussion on #73 )