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:
parent
18c019b616
commit
641db127be
4 changed files with 36 additions and 14 deletions
|
@ -68,5 +68,5 @@ Dependencies resolveFlake(EvalState &, const FlakeRef &, bool impureTopRef);
|
|||
|
||||
FlakeRegistry updateLockFile(EvalState &, Flake &);
|
||||
|
||||
void updateLockFile(EvalState &, std::string);
|
||||
void updateLockFile(EvalState &, Path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue