Add flake.nix#994
Conversation
|
I've assigned @tnull as a reviewer! |
NixOS cannot execute the generic Linux `electrs` binary that the `electrsd` crate downloads for the integration tests. Provide a devshell that supplies bitcoind and a source-built Blockstream electrs from nixpkgs, along with `BITCOIND_EXE` and `ELECTRS_EXE` environment variables.
tnull
left a comment
There was a problem hiding this comment.
Thanks, but not sure we want to go there. If you run nixOS that's great, but I'm not sure we want to start going down the road of add any larger OS-specific config files to this repo.
|
Fair enough. Perhaps I framed this poorly. Anyone on a unix-like system that has nix installed can benefit from this environment, but if nix isn't a common development tool for the project I will close this. For anyone that uses nix following along, I had an LLM build a more comprehensive development environment: https://github.com/rustaceanrob/ldk-node-flake/tree/master |
NixOS cannot execute the generic Linux
electrsbinary that theelectrsdcrate downloads for the integration tests. Provides a devshell that supplies bitcoind and a source-built Blockstream electrs from nixpkgs, along withBITCOIND_EXEandELECTRS_EXEenvironment variables. Encountered when reviewing #828