1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Move code related to NIX_MAN_DIR from libstore to nix-cli

This is a prerequisite to properly fixing man-pages once and
for all [1]. Note that this patch leaves manpages for legacy
commands in a borked state, pending the movement of manpages from
nix-manual to nix-cli [2].

[1]: https://www.github.com/NixOS/nix/issues/12382
[2]: https://www.github.com/NixOS/nix/issues/12382#issuecomment-2663782043
This commit is contained in:
Sergei Zimmerman 2025-02-18 01:57:33 +03:00
parent 1f688d62d7
commit b1a38b3efe
17 changed files with 79 additions and 25 deletions

View file

@ -7,6 +7,7 @@
#include "shared.hh"
#include "globals.hh"
#include "legacy.hh"
#include "man-pages.hh"
#include <iostream>
#include <cerrno>