mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Fix computeStorePath() default argument
This commit is contained in:
parent
ef8218f2e3
commit
606c258c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ struct StoreDirConfig
|
||||||
std::pair<StorePath, Hash> computeStorePath(
|
std::pair<StorePath, Hash> computeStorePath(
|
||||||
std::string_view name,
|
std::string_view name,
|
||||||
const SourcePath & path,
|
const SourcePath & path,
|
||||||
ContentAddressMethod method = FileIngestionMethod::NixArchive,
|
ContentAddressMethod method = ContentAddressMethod::Raw::NixArchive,
|
||||||
HashAlgorithm hashAlgo = HashAlgorithm::SHA256,
|
HashAlgorithm hashAlgo = HashAlgorithm::SHA256,
|
||||||
const StorePathSet & references = {},
|
const StorePathSet & references = {},
|
||||||
PathFilter & filter = defaultPathFilter) const;
|
PathFilter & filter = defaultPathFilter) const;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue