mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
Move MountedSourceAccessor to libutil
This commit is contained in:
parent
f201446983
commit
0da81343d7
4 changed files with 2 additions and 2 deletions
9
src/libutil/mounted-source-accessor.hh
Normal file
9
src/libutil/mounted-source-accessor.hh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "source-accessor.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue