hoarder: set mainProgram

This commit is contained in:
Marcus Ramberg
2025-03-30 20:27:51 +02:00
committed by Matthieu Coudron
parent 85af9bd36d
commit d2fbe03cd8
+1
View File
@@ -138,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Self-hostable bookmark-everything app with a touch of AI for the data hoarders out there";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.three ];
mainProgram = "hoarder-cli";
platforms = lib.platforms.linux;
};
})