We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DerivationBuilder::initialOutputs
const
1 parent b69576e commit 7f3314aCopy full SHA for 7f3314a
src/libstore/include/nix/store/build/derivation-builder.hh
@@ -76,10 +76,7 @@ struct DerivationBuilderParams
76
*/
77
const StorePathSet & inputPaths;
78
79
- /**
80
- * @note we do in fact mutate this
81
- */
82
- std::map<std::string, InitialOutput> & initialOutputs;
+ const std::map<std::string, InitialOutput> & initialOutputs;
83
84
const BuildMode & buildMode;
85
0 commit comments