mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 00:51:00 +01:00
10 lines
108 B
C++
10 lines
108 B
C++
#include "eval.hh"
|
|
|
|
namespace nix {
|
|
|
|
SourcePath EvalState::rootPath(CanonPath path)
|
|
{
|
|
return path;
|
|
}
|
|
|
|
}
|