evcc: set mainProgram

This commit is contained in:
Martin Weinelt 2025-03-07 09:54:43 +01:00
parent 93c9cd67ea
commit 369eaeefa3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -117,5 +117,6 @@ buildGo124Module rec {
description = "EV Charge Controller";
homepage = "https://evcc.io";
changelog = "https://github.com/evcc-io/evcc/releases/tag/${version}";
mainProgram = "evcc";
};
}