Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5c2446f9aaf0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5ce1f9d129ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 29, 2020

  1. man-pages: Make it findable by manpages

    Previously `nix-shell -p man-pages` wouldn't work, because `man` by
    default looks up man pages only for the packages that appear in PATH.
    Since man-pages didn't have anything in $out/bin though, it wouldn't be
    put on PATH.
    
    This fixes that by just creating an empty $out/bin
    infinisil committed Sep 29, 2020
    Copy the full SHA
    75d24ef View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge pull request #99051 from Infinisil/man-pages-bin

    man-pages: Make it findable by manpages
    infinisil committed Oct 1, 2020
    Copy the full SHA
    5ce1f9d View commit details
    Browse the repository at this point in the history