nix: rename genjwks binary
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li 4 months ago fc26e49d 6f2fde93
··· 9 9 postPatch = '' 10 10 ln -s ${../../go.mod} ./go.mod 11 11 ''; 12 12 + postInstall = '' 13 13 + mv $out/bin/core $out/bin/genjwks 14 14 + ''; 12 15 inherit modules; 13 16 doCheck = false; 14 17 CGO_ENABLED = 0;