add juicity service module and juicity nixos module

This commit is contained in:
ulic-youthlic 2025-02-03 21:07:31 +08:00
parent 63a8871eaa
commit 1a6d282046
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
9 changed files with 447 additions and 104 deletions

View file

@ -16,9 +16,13 @@ pkgs.buildGoModule rec {
"cmd/client"
];
vendorHash = "sha256-uULJKg1nh6jU0uIgDf4GMu8O00zifLvU2wv65dlHLAs=";
postInstallPhase = ''
fixupPhase = ''
runHook preFixup
mv $out/bin/server $out/bin/juicity-server
mv $out/bin/client $out/bin/juicity-client
runHook postFixup
'';
ldflags = [