mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
10 lines
157 B
C++
10 lines
157 B
C++
|
#pragma once
|
||
|
|
||
|
#include "input-accessor.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
ref<InputAccessor> makeMountedInputAccessor(std::map<CanonPath, ref<InputAccessor>> mounts);
|
||
|
|
||
|
}
|