Skip to content

Instantly share code, notes, and snippets.

@RaghavSood
Last active July 12, 2020 04:14
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 RaghavSood/bdea5dee4e0666f9ef44b546586ab1fe to your computer and use it in GitHub Desktop.
Save RaghavSood/bdea5dee4e0666f9ef44b546586ab1fe to your computer and use it in GitHub Desktop.
let
unstable = import <nixpkgs-unstable> {};
in
{
services.geth = {
enable = true;
package = unstable.go-ethereum;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment