forked from tangled.org/core
this repo has no description

nix: rename genjwks binary

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

oppi.li fc26e49d 6f2fde93

verified
Changed files
+3
nix
+3
nix/pkgs/genjwks.nix
···
postPatch = ''
ln -s ${../../go.mod} ./go.mod
'';
inherit modules;
doCheck = false;
CGO_ENABLED = 0;
···
postPatch = ''
ln -s ${../../go.mod} ./go.mod
'';
+
postInstall = ''
+
mv $out/bin/core $out/bin/genjwks
+
'';
inherit modules;
doCheck = false;
CGO_ENABLED = 0;