forked from lix-project/lix
eldritch horrors
c0fa61340c
Fix/remove some bad std::moves
(cherry picked from commit 8c049a9f044569ebda70231709f6f15d3073894a)
Change-Id: I720273378d2506a13883acee28abd096d099b0d4
11 lines
108 B
C++
11 lines
108 B
C++
#include "eval.hh"
|
|
|
|
namespace nix {
|
|
|
|
SourcePath EvalState::rootPath(CanonPath path)
|
|
{
|
|
return path;
|
|
}
|
|
|
|
}
|