Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 27, 2024
1 parent 00b99b8 commit 985b2f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libflake/flake/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,6 @@ LockedFlake lockFlake(
nodePaths.emplace(childNode, inputFlake.path.parent());
computeLocks(inputFlake.inputs, childNode, inputPath, oldLock, lockRootPath, inputFlake.path, false);
} 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);
}

Expand Down

0 comments on commit 985b2f9

Please sign in to comment.