util.hh: Move nativeSystem to local-derivation-goal.cc

Change-Id: I74565fbfd3aeedef8f50465808fac712b84e47ad
This commit is contained in:
Tom Hubrecht
2024-05-29 11:42:42 +02:00
parent d73c40ff3d
commit f0eb650ee8
3 changed files with 5 additions and 7 deletions
-2
View File
@@ -10,8 +10,6 @@
namespace nix {
const std::string nativeSystem = SYSTEM;
void BaseError::addTrace(std::shared_ptr<Pos> && e, HintFmt hint)
{
err.traces.push_front(Trace { .pos = std::move(e), .hint = hint });