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: 08884d6a0f97
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2f92befaf366
Choose a head ref
  • 14 commits
  • 12 files changed
  • 11 contributors

Commits on Oct 25, 2019

  1. openarena: oa_ded link.

    kevincox committed Oct 25, 2019
    Copy the full SHA
    995fbac View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. fzf-zsh: init at unstable-2019-09-09

    Simple `fzf` wrapper which provides a way nicer interface for ZSH's
    <C-r> search. When using oh-my-zsh it can be enabled like this:
    
    ``` nix
    { pkgs, ... }: {
      programs.zsh = {
        enable = true;
        ohMyZsh = {
          enable = true;
          customPkgs = [ pkgs.fzf-zsh ];
          plugins = [ "fzf-zsh" ];
        };
      };
    }
    ```
    Ma27 committed Oct 28, 2019
    Copy the full SHA
    bd4b70b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. gitlab: 12.4.0 -> 12.4.1

    talyz committed Oct 31, 2019
    Copy the full SHA
    2e8417b View commit details
    Browse the repository at this point in the history
  2. libabigail: init at 1.6

    Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
    prusnak and jtojnar committed Oct 31, 2019
    Copy the full SHA
    b877d84 View commit details
    Browse the repository at this point in the history
  3. libabigail: init at 1.6 (#72383)

    libabigail: init at 1.6
    jtojnar committed Oct 31, 2019
    Copy the full SHA
    b45c5dc View commit details
    Browse the repository at this point in the history
  4. libguestfs: 1.38.6 -> 1.40.2 (#67572)

    * libguestfs: bump stable 1.38.6 -> 1.40.2
    Amar1729 authored and c0bw3b committed Oct 31, 2019
    Copy the full SHA
    ded2b8a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7dacaa0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d6cf06b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1757459 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6b61d85 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fb5130d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #71122 from NixOS/kevincox-oa_ded

    Make oa_ded link as well as openarena.
    kevincox committed Oct 31, 2019
    Copy the full SHA
    e12df0e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #72195 from Ma27/package-fzf-zsh

    fzf-zsh: init at unstable-2019-09-09
    Ma27 committed Oct 31, 2019
    Copy the full SHA
    8a0fdf0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #72379 from talyz/gitlab-12.4.1

    gitlab: 12.4.0 -> 12.4.1
    flokli committed Oct 31, 2019
    Copy the full SHA
    2f92bef View commit details
    Browse the repository at this point in the history