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 20:33:42 +02:00
committed by Matthieu Coudron
parent 74e111ef85
commit 664ecf4f04
+1
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;
};