Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created October 10, 2019 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthew-piziak/01360d576f2cecca75140281e2ea834e to your computer and use it in GitHub Desktop.
Save matthew-piziak/01360d576f2cecca75140281e2ea834e to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
let
chainweb-node = import (pkgs.fetchFromGitHub {
owner = "kadena-io";
repo = "chainweb-node";
rev = "30c4b1b512b54974469a5821b6b2e3cc6a6b08b1";
sha256 = "0mf2gn3w1j13cbpiisv79b7kzs04liyzcxkzs8cp452lwqbpxagy";
}) { };
in { environment.systemPackages = [ chainweb-node ]; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment