mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 16:46:16 +02:00
10 lines
161 B
C++
10 lines
161 B
C++
|
#pragma once
|
||
|
|
||
|
#include "source-accessor.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);
|
||
|
|
||
|
}
|