Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created October 10, 2019 19:26
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/c51df1ba8fb753b1b6555d33778692c6 to your computer and use it in GitHub Desktop.
Save matthew-piziak/c51df1ba8fb753b1b6555d33778692c6 to your computer and use it in GitHub Desktop.
nix-repl> chainweb-node = import (pkgs.fetchFromGitHub {
owner = "kadena-io";
repo = "chainweb-node";
rev = "30c4b1b512b54974469a5821b6b2e3cc6a6b08b1";
sha256 = "0mf2gn3w1j13cbpiisv79b7kzs04liyzcxkzs8cp452lwqbpxagy";
}) { }
chainweb-node = import (pkgs.fetchFromGitHub {
owner = "kadena-io";
repo = "chainweb-node";
rev = "30c4b1b512b54974469a5821b6b2e3cc6a6b08b1";
sha256 = "0mf2gn3w1j13cbpiisv79b7kzs04liyzcxkzs8cp452lwqbpxagy";
}) { }
nix-repl> chainweb-node
chainweb-node
error: invalid regular expression '(^|.*/)\#[^/]*', at /nix/store/1z6ysz3msikc8jhx54dv69ka9xw94pg6-source/default.nix:24:26
«derivation
nix-repl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment