mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Remove some FIXMEs
This commit is contained in:
parent
1b8065f255
commit
85c1959240
5 changed files with 3 additions and 13 deletions
|
@ -532,12 +532,12 @@ EvalState::~EvalState()
|
|||
|
||||
void EvalState::allowPath(const Path & path)
|
||||
{
|
||||
rootFS->allowPath(CanonPath(path)); // FIXME
|
||||
rootFS->allowPath(CanonPath(path));
|
||||
}
|
||||
|
||||
void EvalState::allowPath(const StorePath & storePath)
|
||||
{
|
||||
rootFS->allowPath(CanonPath(store->toRealPath(storePath))); // FIXME
|
||||
rootFS->allowPath(CanonPath(store->toRealPath(storePath)));
|
||||
}
|
||||
|
||||
void EvalState::allowAndSetStorePathString(const StorePath & storePath, Value & v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue