1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

Remove FIXME

This commit is contained in:
Eelco Dolstra 2024-11-22 16:23:34 +01:00
parent 0b00bf7c09
commit 00b99b8bc0

View file

@ -470,7 +470,7 @@ LockedFlake lockFlake(
Override {
.input = inputOverride,
.sourcePath = sourcePath,
.parentInputPath = inputPathPrefix // FIXME: should this be inputPath?
.parentInputPath = inputPathPrefix
});
}
}