Installing Zebra with Nix

We have created a nix flake for Zebra, for anyone that may want to install via Nix:

CC: @conradoplg

9 Likes

cc @shielded-nate

We’ve also added Zebra 3.0 to our binary cache, if you want a faster installation. This is available under the cached branch in the repo.

1 Like

You guys need to sign the cache. I am getting the following warning:

warning: ignoring substitute for ‘/nix/store/0awmqyf474i25cswc6jmlmc1z2pbz3x2-zebrad-3.0.0.tar.gz’ from ‘https://cache.vergara.tech’, as it’s not signed by any of the keys in ‘trusted-public-keys’

And I am using:

  # Caches
  nixConfig = {
    extra-substituters = [
      "https://cache.vergara.tech"
    ];
    extra-trusted-public-keys = [
      "VergaraTech-1:QLRf+WPhTt6KdG3IQQXVT1y3gTDaiP4xabPMJzvGJHg="
    ];
  };

Paging @shielded-nate

Nix alert!

Should be good to go.

2 Likes

The Nix flake has been updated to Zebra 4.0.0.

3 Likes

The nix flake has been updated to Zebra 4.1.0.

2 Likes

That is the idea, with this it’s very simple to install Zebra and our Zenith wallet.

1 Like