1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 00:51:00 +01:00
nix/src/libexpr/paths.cc

10 lines
108 B
C++

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