about summary refs log tree commit diff
path: root/pkgs/tools/networking/wgautomesh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/wgautomesh/default.nix')
-rw-r--r--pkgs/tools/networking/wgautomesh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/wgautomesh/default.nix b/pkgs/tools/networking/wgautomesh/default.nix
index 823987888a31..a9843e2efa17 100644
--- a/pkgs/tools/networking/wgautomesh/default.nix
+++ b/pkgs/tools/networking/wgautomesh/default.nix
@@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://git.deuxfleurs.fr/Deuxfleurs/wgautomesh";
     license = licenses.agpl3Only;
     maintainers = [ maintainers.lx ];
+    mainProgram = "wgautomesh";
   };
 }