Add a FIXME

This commit is contained in:
Eelco Dolstra 2023-01-10 15:20:30 +01:00
parent 7f1af270dd
commit 59cc920cc0

View file

@ -262,7 +262,8 @@ builtPathsPerInstallable(
auto & r = res[installable.get()];
/* Note that there could be conflicting info
(e.g. meta.priority fields) if the installable returned
multiple derivations. So pick one arbitrarily. */
multiple derivations. So pick one arbitrarily. FIXME:
print a warning? */
r.first.push_back(builtPath.path);
r.second = builtPath.info;
}