1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 19:57:59 +02:00
nix/src/libfetchers/mounted-input-accessor.hh
2023-11-14 14:02:57 +01:00

9 lines
157 B
C++

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