Loading maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -14254,6 +14254,13 @@ github = "twitchyliquid64"; githubId = 6328589; }; tylerjl = { email = "tyler+nixpkgs@langlois.to"; github = "tylerjl"; githubId = 1733846; matrix = "@ty:tjll.net"; name = "Tyler Langlois"; }; typetetris = { email = "ericwolf42@mail.com"; github = "typetetris"; Loading pkgs/servers/wesher/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "wesher"; version = "0.2.6"; src = fetchFromGitHub { owner = "costela"; repo = "wesher"; rev = "v${version}"; sha256 = "sha256-EIajvcBhS5G9dJzRgXhnD1QKOAhmzngdyCU4L7itT8U="; }; vendorSha256 = "sha256-BZzhBC4C0OoAxUEDROkggCQF35C9Z4+0/Jk0ZD8Hz1s="; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; meta = with lib; { description = "Wireguard overlay mesh network manager"; homepage = "https://github.com/costela/wesher"; license = licenses.gpl3Only; maintainers = with maintainers; [ tylerjl ]; platforms = platforms.linux; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -24697,6 +24697,8 @@ with pkgs; webmetro = callPackage ../servers/webmetro { }; wesher = callPackage ../servers/wesher { }; wishlist = callPackage ../servers/wishlist { }; wsdd = callPackage ../servers/wsdd { }; Loading
maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -14254,6 +14254,13 @@ github = "twitchyliquid64"; githubId = 6328589; }; tylerjl = { email = "tyler+nixpkgs@langlois.to"; github = "tylerjl"; githubId = 1733846; matrix = "@ty:tjll.net"; name = "Tyler Langlois"; }; typetetris = { email = "ericwolf42@mail.com"; github = "typetetris"; Loading
pkgs/servers/wesher/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "wesher"; version = "0.2.6"; src = fetchFromGitHub { owner = "costela"; repo = "wesher"; rev = "v${version}"; sha256 = "sha256-EIajvcBhS5G9dJzRgXhnD1QKOAhmzngdyCU4L7itT8U="; }; vendorSha256 = "sha256-BZzhBC4C0OoAxUEDROkggCQF35C9Z4+0/Jk0ZD8Hz1s="; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; meta = with lib; { description = "Wireguard overlay mesh network manager"; homepage = "https://github.com/costela/wesher"; license = licenses.gpl3Only; maintainers = with maintainers; [ tylerjl ]; platforms = platforms.linux; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -24697,6 +24697,8 @@ with pkgs; webmetro = callPackage ../servers/webmetro { }; wesher = callPackage ../servers/wesher { }; wishlist = callPackage ../servers/wishlist { }; wsdd = callPackage ../servers/wsdd { };