mirror of
https://github.com/NixOS/nix.git
synced 2025-12-09 18:41:03 +01:00
Rename Recursive -> NixArchive
For enums: - `FileIngestionMethod` - `FileSerialisationMethod`
This commit is contained in:
parent
903acc7c0f
commit
64e599ebe1
37 changed files with 93 additions and 93 deletions
|
|
@ -18,7 +18,7 @@ StorePath fetchToStore(
|
|||
const SourcePath & path,
|
||||
FetchMode mode,
|
||||
std::string_view name = "source",
|
||||
ContentAddressMethod method = FileIngestionMethod::Recursive,
|
||||
ContentAddressMethod method = FileIngestionMethod::NixArchive,
|
||||
PathFilter * filter = nullptr,
|
||||
RepairFlag repair = NoRepair);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue