gotosocial: remove Go codegen helper binary after install

This commit is contained in:
CherryKitten
2026-07-07 13:11:01 +02:00
parent 91fe46a7d0
commit dc4d391fad
+3
View File
@@ -63,6 +63,9 @@ buildGo125Module (finalAttrs: {
'';
postInstall = ''
# remove a Go codegen helper binary
rm $out/bin/gen
mkdir -p $out/share/gotosocial/web
mv web/{assets,template} $out/share/gotosocial/web
'';