Skip to content

Commit

Permalink
correct path to evm-assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 16, 2024
1 parent dc215fd commit ccca434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
crypto3 = crypto3;
});

evm-assigner = (pkgs.callPackage ./evm-assigner/evm-assigner.nix {
evm-assigner = (pkgs.callPackage ./evm-assigner/evm-assigner.nix {
runTests = false;
enableDebug = false;
crypto3 = crypto3;
Expand Down Expand Up @@ -218,7 +218,7 @@
apps = {
assigner = {
type = "app";
program = "${self.packages.${system}.evm-assigner}/bin/assigner/assigner";
program = "${self.packages.${system}.zkevm-framework}/bin/assigner";
};
single-threaded = {
type = "app";
Expand Down

0 comments on commit ccca434

Please sign in to comment.