13 src = fetchFromGitHub {
17 sha256 = "sha256-DGbWlEDI/qGNpdT8N79RsLxnUm4Sw8lHFRIBFd1GmK0=";
20 vendorSha256 = "sha256-poTd0lXRaJeDxwcw+h76NPC0mFB9nwm2vLLB5UUK1dk=";
24 subPackages = [ "cmd/pistol" ];
34 asciidoctor -b manpage -d manpage README.adoc
35 installManPage pistol.1
38 ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
41 description = "General purpose file previewer designed for Ranger, Lf to make scope.sh redundant";
42 homepage = "https://github.com/doronbehar/pistol";
43 license = licenses.mit;
44 maintainers = with maintainers; [ doronbehar ];