1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 21:46:01 +01:00
nix/src
Sergei Zimmerman a004c84e85 Don't override default man search paths
By appending a colon to MANPATH NIX_MAN_DIR gets prepended to the
final MANPATH before default search paths.
This makes man still consider default search paths, but prefers
NIX_MAN_DIR (if it exists).

It still makes sense to point NIX_MAN_DIR to a correct location
by moving man pages build from nix-manual.man to nix-cli.man, but
this should fix most common use-cases where nix is installed globally.

(cherry picked from commit 95f16a3275)
2025-02-18 16:32:42 +00:00
..
build-remote build-remote: only allocate storeUri once 2024-07-25 14:04:03 +02:00
external-api-docs Format .nix files 2025-01-24 20:40:21 +01:00
internal-api-docs Format .nix files 2025-01-24 20:40:21 +01:00
libcmd Format .nix files 2025-01-24 20:40:21 +01:00
libexpr resolveLookupPathPath(): Fix caching of negative lookups 2025-02-17 17:03:40 +00:00
libexpr-c refactor: Extract EvalState::realiseString 2025-01-27 15:51:30 +00:00
libexpr-test-support Format .nix files 2025-01-24 20:40:21 +01:00
libexpr-tests Format .nix files 2025-01-24 20:40:21 +01:00
libfetchers readHead(): Make sure we're returning the HEAD ref line 2025-02-06 14:05:03 +00:00
libfetchers-tests Format .nix files 2025-01-24 20:40:21 +01:00
libflake Resolve merge conflict 2025-02-12 16:54:48 +01:00
libflake-c Format .nix files 2025-01-24 20:40:21 +01:00
libflake-tests Format .nix files 2025-01-24 20:40:21 +01:00
libmain Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
libmain-c Format .nix files 2025-01-24 20:40:21 +01:00
libstore Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
libstore-c Format .nix files 2025-01-24 20:40:21 +01:00
libstore-test-support Format .nix files 2025-01-24 20:40:21 +01:00
libstore-tests Format .nix files 2025-01-24 20:40:21 +01:00
libutil Format .nix files 2025-01-24 20:40:21 +01:00
libutil-c Format .nix files 2025-01-24 20:40:21 +01:00
libutil-test-support Format .nix files 2025-01-24 20:40:21 +01:00
libutil-tests Format .nix files 2025-01-24 20:40:21 +01:00
nix Don't override default man search paths 2025-02-18 16:32:42 +00:00
nix-build Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-channel Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-collect-garbage Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-copy-closure Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-env Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-instantiate Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
nix-store Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 14:37:28 +00:00
perl Format .nix files 2025-01-24 20:40:21 +01:00
nix-functional-tests Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
nix-manual Build the manual with Meson 2024-10-09 11:58:17 -04:00