mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
11 lines
193 B
Nix
11 lines
193 B
Nix
let
|
|
pkgs = import (builtins.fetchGit {
|
|
url = git://github.com/NixOS/nixpkgs;
|
|
rev = "8c6f9223d02c5123cbd364d6d56caca3c81416f0";
|
|
}) {};
|
|
|
|
in
|
|
|
|
import ./default.nix { inherit pkgs; }
|
|
|