ack
ack 3.9.0
Grep-like tool tailored to working with large trees of source code
https://beyondgrep.comArtistic License 2.0
programs: ack
Maintainers
Platforms (80)
microblazeel-nonex86_64-uefiavr-nonex86_64-freebsdpowerpcle-nonearmv7l-linuxaarch64-netbsdjavascript-ghcjs
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ack ];
Ad-hoc shell
nix-shell -p ack
Flake (nix run)
nix run nixpkgs#ack