1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-29 13:41:00 +01:00

Checkpoint

This commit is contained in:
Eelco Dolstra 2022-02-15 16:38:22 +01:00
parent e827e6288f
commit 3ec83565b1
11 changed files with 116 additions and 39 deletions

View file

@ -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);