Commit 664ecf4f authored by nicoo's avatar nicoo Committed by Matthieu Coudron
Browse files

sops: set `meta.mainProgram`

This allows things like `lib.getExe sops` to get the path of the `sops`
executable.
parent 74e111ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };