about summary refs log tree commit diff
path: root/pkgs/tools/admin/berglas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/berglas/default.nix')
-rw-r--r--pkgs/tools/admin/berglas/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/berglas/default.nix b/pkgs/tools/admin/berglas/default.nix
index 150b5535f1ce..e35fd2bfe0e0 100644
--- a/pkgs/tools/admin/berglas/default.nix
+++ b/pkgs/tools/admin/berglas/default.nix
@@ -56,5 +56,6 @@ buildGoModule rec {
     description = "A tool for managing secrets on Google Cloud";
     homepage = "https://github.com/GoogleCloudPlatform/berglas";
     license = licenses.asl20;
+    mainProgram = "berglas";
   };
 }