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

9 lines
161 B
C++

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