about summary refs log tree commit diff
path: root/pkgs/development/tools/exhaustive/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/exhaustive/default.nix')
-rw-r--r--pkgs/development/tools/exhaustive/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/exhaustive/default.nix b/pkgs/development/tools/exhaustive/default.nix
index 7445ae5236db..078d886b0973 100644
--- a/pkgs/development/tools/exhaustive/default.nix
+++ b/pkgs/development/tools/exhaustive/default.nix
@@ -20,6 +20,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Check exhaustiveness of switch statements of enum-like constants in Go code";
+    mainProgram = "exhaustive";
     homepage = "https://github.com/nishanths/exhaustive";
     license = licenses.bsd2;
     maintainers = with maintainers; [ meain ];