Files
lix/src
Eelco Dolstra a4604f1928 Add Store::buildPathsWithResults()
This function is like buildPaths(), except that it returns a vector of
BuildResults containing the exact statuses and output paths of each
derivation / substitution. This is convenient for functions like
Installable::build(), because they then don't need to do another
series of calls to get the outputs of CA derivations. It's also a
precondition to impure derivations, where we *can't* query the output
of those derivations since they're not stored in the Nix database.

Note that PathSubstitutionGoal can now also return a BuildStatus.
2022-03-08 19:56:34 +01:00
..
2022-03-08 19:56:34 +01:00
2022-03-03 19:01:25 +00:00
2022-03-07 20:07:43 +01:00
2022-03-03 10:02:11 +01:00
2022-03-03 19:01:25 +00:00
2021-12-17 22:03:33 +01:00