mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 14:31:06 +01:00
Rename Input::fetch() to fetchToStore()
This commit is contained in:
parent
a3427a1478
commit
7a64bb7f1c
4 changed files with 6 additions and 6 deletions
|
|
@ -62,9 +62,9 @@ public:
|
|||
|
||||
bool contains(const Input & other) const;
|
||||
|
||||
/* Fetch the input into the Nix store, returning the location in
|
||||
the Nix store and the locked input. */
|
||||
std::pair<StorePath, Input> fetch(ref<Store> store) const;
|
||||
/* Fetch the entire input into the Nix store, returning the
|
||||
location in the Nix store and the locked input. */
|
||||
std::pair<StorePath, Input> fetchToStore(ref<Store> store) const;
|
||||
|
||||
/* Return an InputAccessor that allows access to files in the
|
||||
input without copying it to the store. Also return a possibly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue