Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
mount.hh
Go to the documentation of this file.
1#pragma once
3
5
6#if __linux__
7namespace nix {
8
13void bindPath(const Path & source, const Path & target, bool optional = false);
14
15}
16#endif
std::string Path
Definition types.hh:28