From 4d3e4ccdc595475a9084eadd23e424f7315ef26f Mon Sep 17 00:00:00 2001 From: regnat Date: Mon, 28 Feb 2022 13:48:01 +0100 Subject: [PATCH] Log the test times on `nix build` --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 87b00edf4..207ad1a1d 100644 --- a/flake.nix +++ b/flake.nix @@ -189,6 +189,8 @@ src = self; + TESTS_TIMER_LOG="${placeholder "out"}/testTime"; + VERSION_SUFFIX = versionSuffix; nativeBuildInputs = nativeBuildDeps;