mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Merge remote-tracking branch 'tweag/flake-registries' into flakes
This commit is contained in:
commit
c101b29133
4 changed files with 73 additions and 47 deletions
|
@ -316,10 +316,10 @@ private:
|
|||
|
||||
public:
|
||||
|
||||
const FlakeRegistry & getFlakeRegistry();
|
||||
const std::vector<std::shared_ptr<FlakeRegistry>> getFlakeRegistries();
|
||||
|
||||
private:
|
||||
std::unique_ptr<FlakeRegistry> _flakeRegistry;
|
||||
std::shared_ptr<FlakeRegistry> _flakeRegistry;
|
||||
std::once_flag _flakeRegistryInit;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue