fix: use buildGoModule for netbird overlay

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-10-05 20:51:41 +05:30
parent 74310f5e34
commit 48752f56b1
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -2,7 +2,7 @@ _: _self: super: let
version = "0.29.4"; version = "0.29.4";
in { in {
netbird = super.netbird.override { netbird = super.netbird.override {
buildGo123Module = args: buildGoModule = args:
super.buildGo123Module ( super.buildGo123Module (
args args
// { // {