1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 11:21:47 +02:00

Slight cleanup

This commit is contained in:
Eelco Dolstra 2019-04-15 14:08:18 +02:00
parent f6d684b5e2
commit c179f668e5
2 changed files with 4 additions and 5 deletions

View file

@ -35,7 +35,7 @@ Value * makeFlakeValue(EvalState & state, const FlakeRef & flakeRef, bool impure
std::shared_ptr<FlakeRegistry> readRegistry(const Path &);
void writeRegistry(FlakeRegistry, Path);
void writeRegistry(const FlakeRegistry &, Path);
struct Flake
{