ntfy-sh: set version number and strip binary

This commit is contained in:
Arjan Schrijver 2022-10-06 20:55:47 +02:00 committed by Winter
parent 0b2e48b4c1
commit 40a04c1178

View File

@ -21,6 +21,8 @@ buildGoModule rec {
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
nativeBuildInputs = [
debianutils
mkdocs