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

FlakeIds are now properly looked up in registries

This commit is contained in:
Nick Van den Broeck 2019-03-21 09:30:16 +01:00
parent 18c019b616
commit 641db127be
4 changed files with 36 additions and 14 deletions

View file

@ -68,5 +68,5 @@ Dependencies resolveFlake(EvalState &, const FlakeRef &, bool impureTopRef);
FlakeRegistry updateLockFile(EvalState &, Flake &);
void updateLockFile(EvalState &, std::string);
void updateLockFile(EvalState &, Path);
}