nix-super/src/libfetchers/mounted-source-accessor.hh

10 lines
161 B
C++
Raw Normal View History

#pragma once
#include "source-accessor.hh"
namespace nix {
ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);
}