nimbus-eth1/default.nix
Zahary Karadjov 14a1b51981 Updated Nix build environment for working with Nimbus
Other changes:

* For the macOS builds in Travis, attempt to install rocksdb through brew
2018-06-24 17:46:43 +03:00

11 lines
192 B
Nix

let
pkgs = import (builtins.fetchGit {
url = git://github.com/NixOS/nixpkgs;
rev = "8c6f9223d02c5123cbd364d6d56caca3c81416f0";
}) {};
in
import ./nimbus.nix { inherit pkgs; }