mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
Fetch the flake registry from the NixOS/flake-registry repo
This commit is contained in:
parent
55a0451e51
commit
66f1d7ee95
7 changed files with 19 additions and 41 deletions
|
@ -120,8 +120,6 @@ struct NonFlake
|
|||
resolvedRef(sourceInfo.resolvedRef), revCount(sourceInfo.revCount), storePath(sourceInfo.storePath) {};
|
||||
};
|
||||
|
||||
std::shared_ptr<FlakeRegistry> getGlobalRegistry();
|
||||
|
||||
Flake getFlake(EvalState &, const FlakeRef &, bool impureIsAllowed);
|
||||
|
||||
struct ResolvedFlake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue