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.
2 parents ef8218f + 606c258 commit a4a49a9Copy full SHA for a4a49a9
src/libstore/include/nix/store/store-dir-config.hh
@@ -91,7 +91,7 @@ struct StoreDirConfig
91
std::pair<StorePath, Hash> computeStorePath(
92
std::string_view name,
93
const SourcePath & path,
94
- ContentAddressMethod method = FileIngestionMethod::NixArchive,
+ ContentAddressMethod method = ContentAddressMethod::Raw::NixArchive,
95
HashAlgorithm hashAlgo = HashAlgorithm::SHA256,
96
const StorePathSet & references = {},
97
PathFilter & filter = defaultPathFilter) const;
0 commit comments