mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +02:00
Remove FIXME
This commit is contained in:
parent
00b99b8bc0
commit
985b2f9df3
1 changed files with 0 additions and 4 deletions
|
@ -638,10 +638,6 @@ LockedFlake lockFlake(
|
||||||
nodePaths.emplace(childNode, inputFlake.path.parent());
|
nodePaths.emplace(childNode, inputFlake.path.parent());
|
||||||
computeLocks(inputFlake.inputs, childNode, inputPath, oldLock, lockRootPath, inputFlake.path, false);
|
computeLocks(inputFlake.inputs, childNode, inputPath, oldLock, lockRootPath, inputFlake.path, false);
|
||||||
} else {
|
} else {
|
||||||
// FIXME: sourcePath is wrong here, we
|
|
||||||
// should pass a lambda that lazily
|
|
||||||
// fetches the parent flake if needed
|
|
||||||
// (i.e. getInputFlake()).
|
|
||||||
computeLocks(fakeInputs, childNode, inputPath, oldLock, lockRootPath, sourcePath, true);
|
computeLocks(fakeInputs, childNode, inputPath, oldLock, lockRootPath, sourcePath, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue