mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #14316 from NixOS/fix-computeStorePath-arg
Fix computeStorePath() default argument
This commit is contained in:
commit
a4a49a9dae
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