mirror of
https://github.com/NixOS/nix
synced 2025-07-05 08:11:47 +02:00
Record original flakerefs in the lock file again
If 'input.<name>.uri' changes, then the entry in the lockfile for input <name> should be considered stale. Also print some messages when lock file entries are added/updated.
This commit is contained in:
parent
092ee24627
commit
c67407172d
6 changed files with 45 additions and 26 deletions
|
@ -78,7 +78,7 @@ struct Flake
|
|||
: originalRef(origRef), sourceInfo(sourceInfo) {};
|
||||
};
|
||||
|
||||
Flake getFlake(EvalState &, const FlakeRef &);
|
||||
Flake getFlake(EvalState & state, const FlakeRef & flakeRef, bool allowLookup);
|
||||
|
||||
/* If 'allowLookup' is true, then resolve 'flakeRef' using the
|
||||
registries. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue