This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

nix: rename genjwks binary

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Aug 12, 2025, 1:39 PM +0100) commit fc26e49d parent 6f2fde93 change-id lrokowkt
+3
+3
nix/pkgs/genjwks.nix
··· 9 9 postPatch = '' 10 10 ln -s ${../../go.mod} ./go.mod 11 11 ''; 12 + postInstall = '' 13 + mv $out/bin/core $out/bin/genjwks 14 + ''; 12 15 inherit modules; 13 16 doCheck = false; 14 17 CGO_ENABLED = 0;