forked from lix-project/lix
11 lines
119 B
C++
11 lines
119 B
C++
|
#include "eval.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
SourcePath EvalState::rootPath(CanonPath path)
|
||
|
{
|
||
|
return std::move(path);
|
||
|
}
|
||
|
|
||
|
}
|