summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorHannu Hartikainen <hannu.hartikainen@gmail.com>2016-04-27 15:52:21 +0300
committerHannu Hartikainen <hannu.hartikainen@gmail.com>2016-04-27 15:52:21 +0300
commite3e502e37a41f6ce4679124d926036230f5e8cfc (patch)
tree2e8cf9e29d3a090b6db296ee33d9cf047a5d0768 /pkgs
parent2f6c2ecd47e3a01880d9535c918d5eb6a798822b (diff)
downloadnixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar.gz
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar.bz2
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar.lz
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar.xz
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.tar.zst
nixpkgs-e3e502e37a41f6ce4679124d926036230f5e8cfc.zip
silver-searcher: add alias "ag"
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a10973312f3..5633ccb7b82 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3208,6 +3208,7 @@ in
   silc_server = callPackage ../servers/silc-server { };
 
   silver-searcher = callPackage ../tools/text/silver-searcher { };
+  ag = self.silver-searcher;
 
   simplescreenrecorder = callPackage ../applications/video/simplescreenrecorder { };