gotosocial: build with kvformat tag (#345175)

This commit is contained in:
asymmetric
2024-09-29 08:05:24 +00:00
committed by GitHub

View File

@@ -33,6 +33,10 @@ buildGoModule rec {
"-X main.Version=${version}"
];
tags = [
"kvformat"
];
postInstall = ''
tar xf ${web-assets}
mkdir -p $out/share/gotosocial