lix/src/libexpr/paths.cc
eldritch horrors c0fa61340c Merge pull request #9172 from tfc/bad-moves
Fix/remove some bad std::moves

(cherry picked from commit 8c049a9f044569ebda70231709f6f15d3073894a)
Change-Id: I720273378d2506a13883acee28abd096d099b0d4
2024-03-04 04:41:52 +01:00

11 lines
108 B
C++

#include "eval.hh"
namespace nix {
SourcePath EvalState::rootPath(CanonPath path)
{
return path;
}
}