mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
9 lines
161 B
C++
9 lines
161 B
C++
#pragma once
|
|
|
|
#include "source-accessor.hh"
|
|
|
|
namespace nix {
|
|
|
|
ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);
|
|
|
|
}
|