about summary refs log tree commit diff
path: root/pkgs/tools/system/hostctl
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-11-27 13:57:56 +0100
committerGitHub <noreply@github.com>2023-11-27 13:57:56 +0100
commit169abfc188f862858ede086337298f9eb87bfee6 (patch)
tree3c5d075accc7d4f452b603f7dbcdb5540044e7aa /pkgs/tools/system/hostctl
parentce89133d426d213006378ceb518cf97ebb445a4d (diff)
parent41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 (diff)
Merge pull request #270366 from h7x4/treewide-add-main-program-3
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/system/hostctl')
-rw-r--r--pkgs/tools/system/hostctl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/hostctl/default.nix b/pkgs/tools/system/hostctl/default.nix
index 9f349423f9f0f..76c41d85ecdfd 100644
--- a/pkgs/tools/system/hostctl/default.nix
+++ b/pkgs/tools/system/hostctl/default.nix
@@ -42,5 +42,6 @@ buildGoModule rec {
     homepage = "https://guumaster.github.io/hostctl/";
     license = licenses.mit;
     maintainers = with maintainers; [ blaggacao ];
+    mainProgram = "hostctl";
   };
 }