sops: set meta.mainProgram
This allows things like `lib.getExe sops` to get the path of the `sops` executable.
This commit is contained in:
parent
74e111ef85
commit
664ecf4f04
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue