go-away: ship snippets (#441302)

This commit is contained in:
Martin Weinelt
2025-09-08 23:23:50 +02:00
committed by GitHub
+5
View File
@@ -52,6 +52,11 @@ buildGoModule (finalAttrs: {
"cmd/go-away"
];
postInstall = ''
mkdir -p $out/lib/go-away
cp -rv examples/snippets $out/lib/go-away/
'';
meta = {
changelog = "https://git.gammaspectra.live/git/go-away/releases/tag/${finalAttrs.src.tag}";
description = "Self-hosted abuse detection and rule enforcement against low-effort mass AI scraping and bots";