1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

Fix computeStorePath() default argument

This commit is contained in:
Eelco Dolstra 2025-10-21 15:56:39 +02:00
parent ef8218f2e3
commit 606c258c6f

View file

@ -91,7 +91,7 @@ struct StoreDirConfig
std::pair<StorePath, Hash> computeStorePath(
std::string_view name,
const SourcePath & path,
ContentAddressMethod method = FileIngestionMethod::NixArchive,
ContentAddressMethod method = ContentAddressMethod::Raw::NixArchive,
HashAlgorithm hashAlgo = HashAlgorithm::SHA256,
const StorePathSet & references = {},
PathFilter & filter = defaultPathFilter) const;