update Nix configuration
This commit is contained in:
parent
b53cc67cf6
commit
84b0843be3
14 changed files with 96 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue