package.nix: set mainProgram

This commit is contained in:
2025-09-21 20:07:00 +02:00
parent 0e5c407124
commit 3a1dcee2db

View File

@@ -51,4 +51,6 @@ stdenvNoCC.mkDerivation {
install -Dm555 "$wrapperPath" "$out"/bin/qotd
runHook postInstall
'';
meta.mainProgram = "qotd";
}