sops: set meta.mainProgram

This allows things like `lib.getExe sops` to get the path of the `sops`
executable.
This commit is contained in:
nicoo 2023-10-27 17:06:10 +00:00 committed by Matthieu Coudron
parent 74e111ef85
commit 664ecf4f04

View file

@ -21,6 +21,7 @@ buildGoModule rec {
homepage = "https://github.com/getsops/sops";
description = "Simple and flexible tool for managing secrets";
changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst";
mainProgram = "sops";
maintainers = [ maintainers.marsam ];
license = licenses.mpl20;
};