Skip to content

Commit ccca434

Browse files
correct path to evm-assigner
1 parent dc215fd commit ccca434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
crypto3 = crypto3;
5252
});
5353

54-
evm-assigner = (pkgs.callPackage ./evm-assigner/evm-assigner.nix {
54+
evm-assigner = (pkgs.callPackage ./evm-assigner/evm-assigner.nix {
5555
runTests = false;
5656
enableDebug = false;
5757
crypto3 = crypto3;
@@ -218,7 +218,7 @@
218218
apps = {
219219
assigner = {
220220
type = "app";
221-
program = "${self.packages.${system}.evm-assigner}/bin/assigner/assigner";
221+
program = "${self.packages.${system}.zkevm-framework}/bin/assigner";
222222
};
223223
single-threaded = {
224224
type = "app";

0 commit comments

Comments
 (0)