aptly: stop shipping files binary

the `system` subpackage contains aptly system tests, including a "database corruption tool" in `system/files/corruptdb.go`,

this was previously installed as `$out/bin/files` along the mainProgram `aptly` and has no real world use outside of testing [citation needed]

remove to avoid oopsies and collisions
This commit is contained in:
Willy Hille
2026-05-07 12:43:05 +02:00
parent f90aa369a0
commit 8275ce3cd0
+3
View File
@@ -38,6 +38,9 @@ buildGoModule (finalAttrs: {
preBuild = ''
echo ${finalAttrs.version} > VERSION
'';
excludedPackages = [
"system"
];
postInstall = ''
installShellCompletion --bash --name aptly completion.d/aptly