add juicity service module and juicity nixos module
This commit is contained in:
parent
63a8871eaa
commit
1a6d282046
9 changed files with 447 additions and 104 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue