mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01:00
Merge remote-tracking branch 'layered-store/experimental-stores' into overlayfs-store
This commit is contained in:
commit
3fc838c8a8
4 changed files with 39 additions and 4 deletions
|
|
@ -1499,6 +1499,7 @@ ref<Store> openStore(const std::string & uri_,
|
|||
if (implem.uriSchemes.count(parsedUri.scheme)) {
|
||||
auto store = implem.create(parsedUri.scheme, baseURI, params);
|
||||
if (store) {
|
||||
experimentalFeatureSettings.require(store->experimentalFeature());
|
||||
store->init();
|
||||
store->warnUnknownSettings();
|
||||
return ref<Store>(store);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue