Nix 2.29.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
8namespace nix {
9
31std::filesystem::path getNixBin(std::optional<std::string_view> binary_name = {});
32
33}