6 stdenvNoCC.mkDerivation {
8 version = "0-unstable-2021-10-31";
10 src = fetchFromGitHub {
13 rev = "e6616b4a2786b45a56a2f591b79439836e678d22";
14 hash = "sha256-zahXMPeJ8kb/UZd85RBcMbomB7HjfEKzQKjF2NnumhQ=";
21 install -m755 -D zhooks.plugin.zsh --target-directory $out/share/zsh/zhooks
26 description = "A tool for displaying the code for all Zsh hook functions";
27 homepage = "https://github.com/agkozak/zhooks";
28 license = lib.licenses.mit;
30 This Zsh plugin is a tool for displaying the code for all Zsh hook functions (such as precmd), as well as the contents of
31 hook arrays (such as precmd_functions).
33 maintainers = [ lib.maintainers.fidgetingbits ];
34 platforms = lib.platforms.all;