yggdrasil: fix missing meta.mainProgram (#475099)

This commit is contained in:
Nikolay Korotkiy
2025-12-29 18:02:46 +00:00
committed by GitHub
+1
View File
@@ -38,6 +38,7 @@ buildGoModule rec {
description = "Experiment in scalable routing as an encrypted IPv6 overlay network";
homepage = "https://yggdrasil-network.github.io/";
license = lib.licenses.lgpl3;
mainProgram = "yggdrasil";
maintainers = with lib.maintainers; [
gazally
lassulus