Commit graph

9 commits

Author SHA1 Message Date
Tor Hedin Brønner 37fb8d3e11 nix-bash-completions: 0.6.2 -> 0.6.3 2018-02-08 17:09:47 +01:00
Tor Hedin Brønner 122904fee6 nix-bash-completions: 0.6.1 -> 0.6.2 2018-01-10 08:40:57 +01:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Tor Hedin Brønner f79d69113e nix-bash-completions: lazy load aware install
`bash-completion` lazy loads completion scripts by looking up the command name
in the completion directory. As such we need to create a symlink for every
nix command.

The problem had been masked by nixos sourcing all completion scripts on startup.
2017-12-10 14:07:13 +00:00
Tor Hedin Brønner 9534764006 nix-bash-completions: 0.5 -> 0.6 2017-12-03 10:49:21 +00:00
Tor Hedin Brønner 9a27fee60a nix-bash-completions: 0.4 -> 0.5
Various improvements and bugfixes.
2017-11-21 14:05:03 +01:00
Tor Hedin Brønner 53fbf7ee9d nix-bash-completions: 0.2 -> 0.4
A bunch of fixes, and now completes attribute paths when `<nixpkgs>`
syntax as file input.
2017-11-13 11:23:12 +01:00
Tor Hedin Brønner f8ca4db1b8 nix-bash-completions: 0.1 -> 0.2
Fix stray print debugging line which stopped the script from working.
2017-11-11 17:06:08 +01:00
Tor Hedin Brønner 33ab98d684 nix-bash-completions: init at 0.1
Bash completion for almost all nix* commands, including nix-1.12.
2017-11-11 09:02:09 +01:00