Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
  2. Jul 29, 2016
    • Alexey Shmalko's avatar
      Set $MANPATH (#1005) · eef75481
      Alexey Shmalko authored
      Currently, man has issues finding man pages for Nix-installed
      application (also, `nix-env --help` doesn't work). The issue is caused
      by custom `$MANPATH` set by my system. That makes man use it instead of
      searching in default location.
      
      Either of next lines workaround the issue:
      ```sh
      unset MANPATH
      
      export MANPATH=$HOME/.nix-profile/share/man:$MANPATH
      ```
      
      This patch adds the later line to the `nix-profile.sh` if user has
      `MANPATH` set. (Not clearing `MANPATH` as that would be disrespect of
      user's preferences.)
      
      As a side-effect, host's man might find man pages installed by Nix.
      eef75481
  3. Jul 26, 2016
  4. Jul 24, 2016
  5. Jul 23, 2016
  6. Jul 21, 2016
  7. Jul 20, 2016
  8. Jul 13, 2016
  9. Jul 11, 2016
  10. Jul 04, 2016
  11. Jul 01, 2016
  12. Jun 20, 2016
  13. Jun 17, 2016
  14. Jun 16, 2016
  15. Jun 15, 2016
Loading