Nix
2.30.0
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
self-exe.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <filesystem>
5
#include <optional>
6
#include <string_view>
7
8
namespace
nix {
9
31
std::filesystem::path getNixBin(std::optional<std::string_view> binary_name = {});
32
33
}
src
nix
self-exe.hh
Generated by
1.14.0