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: 5fe4729bff87
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dc2cd7560c1a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 26, 2019

  1. xmobar: add to all-packages so it shows up in search

    People are confused when they "nix search" for xmobar (a standalone
    application which just happens to be written in Haskell) and don't
    find it; they assume xmobar is not actually packaged. They have to
    have special Nix knowledge to know that they should look in
    haskellPackages for xmobar.
    
    Let's just put xmobar in all-packages.nix so it shows up in search,
    and people can install it straightforwardly without knowing about
    haskellPackages.
    catern committed Feb 26, 2019
    Copy the full SHA
    8e530a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge pull request #56425 from catern/xmobar

    xmobar: add to all-packages so it shows up in search
    srhb committed Feb 27, 2019
    Copy the full SHA
    dc2cd75 View commit details
    Browse the repository at this point in the history