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: 0943e4adc630
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 88d9ce6b6a3d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 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.
    
    (cherry picked from commit 8e530a4)
    catern authored and cdepillabout committed Apr 28, 2019
    Copy the full SHA
    43cd1c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60362 from cdepillabout/add-xmobar-toplevel

    xmobar: Add xmobar toplevel (backport to 19.03)
    srhb committed Apr 28, 2019
    Copy the full SHA
    88d9ce6 View commit details
    Browse the repository at this point in the history