Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for relative path inputs #10089

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove FIXME
  • Loading branch information
edolstra committed Nov 22, 2024
commit 00b99b8bc0aa7f5f0a1a04b9704c2120e5eca6db
2 changes: 1 addition & 1 deletion src/libflake/flake/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ LockedFlake lockFlake(
Override {
.input = inputOverride,
.sourcePath = sourcePath,
.parentInputPath = inputPathPrefix // FIXME: should this be inputPath?
.parentInputPath = inputPathPrefix
});
}
}
Expand Down
Loading