diff --git a/flake.nix b/flake.nix index dacd7dedbd..158dca41d2 100644 --- a/flake.nix +++ b/flake.nix @@ -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; @@ -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";