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: c6bea115670c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4dfea241bc2d
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 4, 2018

  1. gradle-completion: init at 1.3.1 (#42929)

    This package adds completion scripts for `gradle` on the `bash` and
    `zsh` shells.
    
    The completions can be enabled like this:
    
    ```
    { pkgs, ... }:
    {
      environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ];
      programs.zsh.enable = true;
    }
    ```
    
    The package stores the scripts into the expected directories in
    `$out/share` to ensure that the shells can easily find their scripts.
    
    Closes #42799
    Ma27 authored and xeji committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    4dfea24 View commit details
    Browse the repository at this point in the history