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

10 lines
157 B
C++
Raw Normal View History

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