2 , buildGoModule, installShellFiles }:
8 src = fetchFromGitHub {
12 sha256 = "sha256-GUU6VWfTmNS6ny12HnMr3uQmS7HI86Oupcmqx0MVAvE=";
15 subPackages = [ "cmd/cheat" ];
17 nativeBuildInputs = [ installShellFiles ];
20 installManPage doc/cheat.1
21 installShellCompletion scripts/cheat.{bash,fish,zsh}
29 description = "Create and view interactive cheatsheets on the command-line";
30 maintainers = with maintainers; [ mic92 ];
31 license = with licenses; [ gpl3 mit ];
32 inherit (src.meta) homepage;
33 mainProgram = "cheat";