Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created October 10, 2019 20:51
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/5157f15dc01aa0a863c99c174da89f60 to your computer and use it in GitHub Desktop.
Save matthew-piziak/5157f15dc01aa0a863c99c174da89f60 to your computer and use it in GitHub Desktop.
nix-repl> pkgs = import <unstable> {}
pkgs = import <unstable> {}
nix-repl> (import (pkgs.fetchFromGitHub {
owner = "kadena-io";
repo = "chainweb-node";
rev = "30c4b1b512b54974469a5821b6b2e3cc6a6b08b1";
sha256 = "0mf2gn3w1j13cbpiisv79b7kzs04liyzcxkzs8cp452lwqbpxagy";
}) { })
(import (pkgs.fetchFromGitHub {
owner = "kadena-io";
repo = "chainweb-node";
rev = "30c4b1b512b54974469a5821b6b2e3cc6a6b08b1";
sha256 = "0mf2gn3w1j13cbpiisv79b7kzs04liyzcxkzs8cp452lwqbpxagy";
}) { })
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