Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created October 10, 2019 20:48
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/d1dae0e51759aa2b5f387eeb76598de7 to your computer and use it in GitHub Desktop.
Save matthew-piziak/d1dae0e51759aa2b5f387eeb76598de7 to your computer and use it in GitHub Desktop.
nix-repl> pkgs = import (fetchTarball
"https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz") {
}
pkgs = import (fetchTarball
"https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz") {
}
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: cannot enqueue download request because the download thread is shutting down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment