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,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 = ''