mirror of
https://github.com/NixOS/nix.git
synced 2025-12-09 18:41:03 +01:00
Previously, this would fail at startup for non-NixOS installs: nix-env --help The fix for this is to just use "nixManDir" as the value for MANPATH when spawning "man". To test this, I’m using the following: $ nix-build release.nix -A build $ MANPATH= ./result/bin/nix-env --help Fixes #1627 |
||
|---|---|---|
| .. | ||
| common-args.cc | ||
| common-args.hh | ||
| local.mk | ||
| nix-main.pc.in | ||
| shared.cc | ||
| shared.hh | ||
| stack.cc | ||