mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01: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