Files
nixpkgs/pkgs/shells
Maximilian Bosch 4dfea241bc 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
2018-07-05 00:34:28 +02:00
..
2018-06-10 01:15:45 -05:00
2018-05-21 09:17:45 +00:00
2017-11-28 08:39:02 +00:00
2018-06-29 13:36:59 -04:00
2017-01-31 07:54:36 -06:00
2017-10-23 11:12:38 +03:00
2017-12-25 14:43:58 +02:00
2016-07-28 17:16:37 -07:00
2016-08-26 16:24:43 +03:00
2018-03-13 00:58:09 +01:00
2018-06-09 03:14:29 -05:00
2018-06-18 17:26:52 -07:00