mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Remove mounted-source-accessor.hh
This commit is contained in:
parent
0da81343d7
commit
d7f2c1b7f4
5 changed files with 3 additions and 12 deletions
|
@ -214,4 +214,6 @@ ref<SourceAccessor> getFSSourceAccessor();
|
|||
*/
|
||||
ref<SourceAccessor> makeFSSourceAccessor(std::filesystem::path root);
|
||||
|
||||
ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue