mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
14a1b51981
Other changes: * For the macOS builds in Travis, attempt to install rocksdb through brew
11 lines
192 B
Nix
11 lines
192 B
Nix
let
|
|
pkgs = import (builtins.fetchGit {
|
|
url = git://github.com/NixOS/nixpkgs;
|
|
rev = "8c6f9223d02c5123cbd364d6d56caca3c81416f0";
|
|
}) {};
|
|
|
|
in
|
|
|
|
import ./nimbus.nix { inherit pkgs; }
|
|
|