input-output-hk / input-output-hk/offchain-metadata-tools
nix-build -A token-metadata-creator
- Dominant language
- Haskell
- Stars
- 50
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
when I run the build command, I encounter the following errors. could you provide a pre-built binary package for the Mac M1 platform? thanks :
```shell
http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890 nix-build -A token-metadata-creator
```
error:
```shell
nix-build -A token-metadata-creator
warning: ignoring untrusted substituter 'https://hydra.iohk.io', you are not a trusted user.
Run `man nix.conf` for more information on the `substituters` configuration option.
warning: ignoring untrusted substituter 'https://iohk.cachix.org', you are not a trusted user.
Run `man nix.conf` for more information on the `substituters` configuration option.
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': Timeout was reached (28); retrying in 315 ms
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': Timeout was reached (28); retrying in 601 ms
error: 1 dependencies of derivation '/nix/store/n7sbr5cifyyrqwkwzl8vr7rqw487ipwg-python3-minimal-3.9.6.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7pm7s4kaaisigf18ydy1wswqndj71254-sed-4.8.tar.xz.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ddx8izg45f9cxgajsdx46zbp7n9mkf7k-source.drv' failed to build
error: 1 dependencies of derivation '/nix/store/igl470866h35hcx26y94hh1pibsbffcg-source.drv' failed to build
error: 1 dependencies of derivation '/nix/store/naqyyrzk4xzkzsvhw7kwjd495bbhn00g-source.drv' failed to build
error: 1 dependencies of derivation '/nix/store/vd7kjcqcjkkpj65fcp3vvhazhk7ipq3b-source.drv' failed to build
error: 1 dependencies of derivation '/nix/store/yx9zhl14mcnjjni8sxaxwapwh9f0a5r1-source.drv' failed to build
error: 1 dependencies of derivation '/nix/store/vzy422azrc6jljybxj6zz53mciqspmyj-tar-1.34.tar.xz.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gmg0v1jxg1x1qz4s9bp5xm4gp4sr16ms-texinfo-6.8.tar.xz.drv' failed to build
error: 1 dependencies of derivation '/nix/store/lcz4c2bfd9kwp3nalx0g8av3mkj3c1fm-v6.2.tar.gz.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7h7ixd4rqjx77fj0j5704iqyr5w3xlil-xz-5.2.5.tar.bz2.drv' failed to build
error: 1 dependencies of derivation '/nix/store/g3acr0mcl0ps5hvpwdbfmnb4j9r4ldgw-zlib-1.2.11.tar.gz.drv' failed to build
error:
… in the left operand of the update (//) operator
at /Users/Cardano/offchain-metadata-tools/default.nix:37:26:
36|
37| addExtras = proj: proj // {
| ^
38| metadata-validator-github-tarball = pkgs.runCommandNoCC "metadata-validator-github-tarball" { buildInputs = [ pkgs.gnutar pkgs.gzip ]; } ''
… while evaluating a branch condition
at /nix/store/lqd54dk5jrqqs4sdfp9qz9xa7a0lli3n-nixpkgs-src/pkgs/stdenv/booter.nix:64:9:
63| go = pred: n:
64| if n == len
| ^
65| then rnul pred
(stack trace truncated; use '--show-trace' to show the full trace)
error: 1 dependencies of derivation '/nix/store/h4773hij4i14ybrrvr1mfkbcd0kfg561-source.drv' failed to build
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.