mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Add helper function printInputPath()
This commit is contained in:
parent
29e0748847
commit
fc6c7af424
3 changed files with 21 additions and 12 deletions
|
@ -69,6 +69,8 @@ std::ostream & operator <<(std::ostream & stream, const LockFile & lockFile);
|
|||
|
||||
InputPath parseInputPath(std::string_view s);
|
||||
|
||||
std::string printInputPath(const InputPath & path);
|
||||
|
||||
std::string diffLockFiles(const LockFile & oldLocks, const LockFile & newLocks);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue