Skip to content

Commit

Permalink
build kevm with older nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Apr 9, 2021
1 parent 24b075a commit 24f34e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ inputs: final: prev: {

inherit (final.mantisPkgs) mantis;

nixpkgs-kevm = import inputs.nixpkgs-kevm { inherit (final) system; };

mantis-faucet = import final.mantis-faucet-source { inherit (final) system; };
mantis-faucet-entrypoint =
final.callPackage ./entrypoint.nix { mantis = final.mantis-faucet; };
Expand All @@ -37,7 +39,7 @@ inputs: final: prev: {

jdk = prev.openjdk8_headless;
jre = prev.openjdk8_headless.jre;
kevm = final.callPackage ./pkgs/kevm.nix { };
kevm = final.nixpkgs-kevm.callPackage ./pkgs/kevm.nix { };
iele = final.callPackage ./pkgs/iele.nix { };
mantis-entrypoint = final.callPackage ./entrypoint.nix { };

Expand Down

0 comments on commit 24f34e1

Please sign in to comment.