mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Merge openStore and openStoreAt with default arguments
This commit is contained in:
parent
87b189c2b3
commit
a91954f0c6
6 changed files with 8 additions and 18 deletions
|
@ -587,11 +587,7 @@ void removeTempRoots();
|
|||
If ‘uri’ is empty, it defaults to ‘direct’ or ‘daemon’ depending on
|
||||
whether the user has write access to the local Nix store/database.
|
||||
set to true *unless* you're going to collect garbage. */
|
||||
ref<Store> openStoreAt(const std::string & uri);
|
||||
|
||||
|
||||
/* Open the store indicated by the ‘NIX_REMOTE’ environment variable. */
|
||||
ref<Store> openStore();
|
||||
ref<Store> openStore(const std::string & uri = getEnv("NIX_REMOTE"));
|
||||
|
||||
|
||||
/* Return the default substituter stores, defined by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue