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.
1 parent ef8218f commit 606c258Copy full SHA for 606c258
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