Skip to content

Commit 9c3ac24

Browse files
authored
add bitcoind to devshell, and setenv BITCOIND_EXE (#514)
2 parents 8a13236 + b373ae4 commit 9c3ac24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@
259259
++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
260260
cargo-llvm-cov
261261
];
262+
BITCOIND_EXE = pkgs.lib.getExe' pkgs.bitcoind "bitcoind";
263+
BITCOIND_SKIP_DOWNLOAD = 1;
262264
}
263265
) craneLibVersions;
264266

0 commit comments

Comments
 (0)