update Nix configuration

This commit is contained in:
The MMGen Project 2025-09-11 17:37:10 +00:00
commit 84b0843be3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
14 changed files with 96 additions and 37 deletions

View file

@ -5,13 +5,15 @@ pkgs.stdenv.mkDerivation rec {
version = "v28.0.1";
src = fetchGit {
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
# url = /path/to/repo/bitcoin-cash-node-28.0.1;
ref = "refs/tags/${version}";
shallow = true;
};
nativeBuildInputs = [
pkgs.cmake
pkgs.ninja
pkgs.help2man
pkgs.python3
pkgs.python313
];
buildInputs = [
pkgs.boost