mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-09 10:44:48 +00:00
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; }
|
|
|