mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
DerivationBuilder::initialOutputs make const
At one point I remember it did mutatate `initialOutputs`, but not anymore!
This commit is contained in:
parent
b69576e2b3
commit
7f3314a68c
1 changed files with 1 additions and 4 deletions
|
|
@ -76,10 +76,7 @@ struct DerivationBuilderParams
|
||||||
*/
|
*/
|
||||||
const StorePathSet & inputPaths;
|
const StorePathSet & inputPaths;
|
||||||
|
|
||||||
/**
|
const std::map<std::string, InitialOutput> & initialOutputs;
|
||||||
* @note we do in fact mutate this
|
|
||||||
*/
|
|
||||||
std::map<std::string, InitialOutput> & initialOutputs;
|
|
||||||
|
|
||||||
const BuildMode & buildMode;
|
const BuildMode & buildMode;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue