mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Remove FIXME
This commit is contained in:
parent
0b00bf7c09
commit
00b99b8bc0
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ LockedFlake lockFlake(
|
||||||
Override {
|
Override {
|
||||||
.input = inputOverride,
|
.input = inputOverride,
|
||||||
.sourcePath = sourcePath,
|
.sourcePath = sourcePath,
|
||||||
.parentInputPath = inputPathPrefix // FIXME: should this be inputPath?
|
.parentInputPath = inputPathPrefix
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue