mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Implemented writeRegistry
This commit is contained in:
parent
9ff1a9ea65
commit
6542de98c2
2 changed files with 14 additions and 0 deletions
|
@ -35,4 +35,6 @@ struct Flake
|
|||
};
|
||||
|
||||
Flake getFlake(EvalState & state, const FlakeRef & flakeRef);
|
||||
|
||||
void writeRegistry(FlakeRegistry);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue