mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
Checkpoint
This commit is contained in:
parent
e827e6288f
commit
3ec83565b1
11 changed files with 116 additions and 39 deletions
|
|
@ -57,6 +57,8 @@ struct SourcePath
|
|||
{
|
||||
ref<InputAccessor> accessor;
|
||||
Path path;
|
||||
|
||||
std::string_view baseName() const;
|
||||
};
|
||||
|
||||
std::ostream & operator << (std::ostream & str, const SourcePath & path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue