From a6a516c78be4dbf3c2dd52d698c81e95a2b2395d Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Thu, 22 Aug 2024 11:32:23 +0200 Subject: [PATCH] change defaults; make install --- flake.nix | 2 +- zkevm-framework.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 33004ea..2782e48 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ enableDebug = true; runTests = true; }); - default = zkevm-framework-debug-tests; + default = zkevm-framework; }; checks = rec { gcc = (pkgs.callPackage ./zkevm-framework.nix { diff --git a/zkevm-framework.nix b/zkevm-framework.nix index c70ab5e..169ce54 100644 --- a/zkevm-framework.nix +++ b/zkevm-framework.nix @@ -46,7 +46,6 @@ in stdenv.mkDerivation rec { doBuild = true; doCheck = runTests; - dontInstall = true; checkPhase = '' bash ../run_tests.sh