diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index e8569b654..5ca6f6d01 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -3645,9 +3645,7 @@ void EvalState::createBaseEnv() if (!evalSettings.pureEval) { mkInt(v, time(0)); addConstant("__currentTime", v); - } - if (!evalSettings.pureEval) { mkString(v, settings.thisSystem.get()); addConstant("__currentSystem", v); }