mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
Fix s3:// store
Fixes https://github.com/NixOS/nixos-org-configurations/issues/123.
This commit is contained in:
parent
51c299213b
commit
88a667e49e
3 changed files with 3 additions and 1 deletions
|
@ -830,6 +830,7 @@ struct StoreFactory
|
|||
std::function<std::shared_ptr<Store> (const std::string & scheme, const std::string & uri, const Store::Params & params)> create;
|
||||
std::function<std::shared_ptr<StoreConfig> ()> getConfig;
|
||||
};
|
||||
|
||||
struct Implementations
|
||||
{
|
||||
static std::vector<StoreFactory> * registered;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue