Nix 2.30.0
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
man-pages.hh
Go to the documentation of this file.
1#pragma once
3
4#include <filesystem>
5#include <string>
6
7namespace nix {
8
19std::filesystem::path getNixManDir();
20
26void showManPage(const std::string & name);
27
28}