From 9814abbcdf112202838b2a0f22d99529e7c7c978 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 30 May 2023 18:08:36 +0200 Subject: [PATCH] Append to preConfigure instead of replacing it --- nix/rt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/rt.nix b/nix/rt.nix index ea3e076..af49a7c 100644 --- a/nix/rt.nix +++ b/nix/rt.nix @@ -82,7 +82,7 @@ let last.nodes pkgs.strace ]; - preConfigure = '' + preConfigure = old.preConfigure + '' export NODES_HOME="${last.nodes}" export NANOS6_HOME="${last.nanos6}" '';