update Nix configuration
This commit is contained in:
parent
b53cc67cf6
commit
84b0843be3
14 changed files with 96 additions and 37 deletions
|
|
@ -5,7 +5,9 @@ pkgs.stdenvNoCC.mkDerivation {
|
|||
version = "a2b35042";
|
||||
src = fetchGit {
|
||||
url = "https://github.com/FiloSottile/zcash-mini";
|
||||
# url = /path/to/repo/zcash-mini-a2b350;
|
||||
rev = "a2b35042ad3a3bc22b925ecfc45e768a376bd29a";
|
||||
shallow = true;
|
||||
};
|
||||
buildInputs = [ pkgs.go pkgs.binutils ];
|
||||
patchPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue