1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Implemented writeRegistry

This commit is contained in:
Nick Van den Broeck 2019-02-25 13:46:37 +01:00
parent 9ff1a9ea65
commit 6542de98c2
2 changed files with 14 additions and 0 deletions

View file

@ -35,4 +35,6 @@ struct Flake
};
Flake getFlake(EvalState & state, const FlakeRef & flakeRef);
void writeRegistry(FlakeRegistry);
}