lol

ntfy-sh: set version number and strip binary

authored by

Arjan Schrijver and committed by winter.bsky.social 40a04c11 0b2e48b4

+2
+2
pkgs/tools/misc/ntfy-sh/default.nix
··· 21 21 22 22 doCheck = false; 23 23 24 + ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 25 + 24 26 nativeBuildInputs = [ 25 27 debianutils 26 28 mkdocs