about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFernando Ayats <ayatsfer@gmail.com>2023-11-22 16:51:11 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-22 19:35:34 +0000
commit7f60317e21cb72a6d450b37154693abda0640a1a (patch)
treeb287a17331f2bc69872af485ced69506c4e6e431
parent3de55ef6f96edd2943b14edc0e82b355e9fa60de (diff)
consul-template: add meta.mainProgram
(cherry picked from commit ef1a9550bd0ca56456fdca538bfe81408e97ec37)
-rw-r--r--pkgs/tools/system/consul-template/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/consul-template/default.nix b/pkgs/tools/system/consul-template/default.nix
index a6364ffb6b11f..735c91b7a0f82 100644
--- a/pkgs/tools/system/consul-template/default.nix
+++ b/pkgs/tools/system/consul-template/default.nix
@@ -27,5 +27,6 @@ buildGoModule rec {
     platforms = platforms.linux ++ platforms.darwin;
     license = licenses.mpl20;
     maintainers = with maintainers; [ cpcloud pradeepchhetri ];
+    mainProgram = "consul-template";
   };
 }