about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-22 21:35:07 +0200
committerGitHub <noreply@github.com>2023-11-22 21:35:07 +0200
commit9048a435a755b4c44edae8339a425a3556aa5023 (patch)
tree91d0cd0c2f5409097f8f1569983b09323996aed6 /pkgs/tools
parent3832b75e4e37be74c0311b4f03191c6e221966f0 (diff)
parentef1a9550bd0ca56456fdca538bfe81408e97ec37 (diff)
downloadnixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar.gz
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar.bz2
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar.lz
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar.xz
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.tar.zst
nixlib-9048a435a755b4c44edae8339a425a3556aa5023.zip
Merge pull request #269225 from viperML/consul-template
Diffstat (limited to 'pkgs/tools')
-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 a6364ffb6b11..735c91b7a0f8 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";
   };
 }