Loading pkgs/by-name/ne/netbird/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ lib, nixosTests, nix-update-script, buildGoModule, buildGo125Module, fetchFromGitHub, installShellFiles, pkg-config, Loading Loading @@ -65,7 +65,9 @@ let }; component = availableComponents.${componentName}; in buildGoModule (finalAttrs: { # Vendored gvisor has a build-tag conflict with Go 1.26 (netbirdio/netbird#5290). # TODO: revert to 'buildGoModule' when a release includes netbirdio/netbird#5447. buildGo125Module (finalAttrs: { pname = "netbird-${componentName}"; version = "0.65.3"; Loading Loading
pkgs/by-name/ne/netbird/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ lib, nixosTests, nix-update-script, buildGoModule, buildGo125Module, fetchFromGitHub, installShellFiles, pkg-config, Loading Loading @@ -65,7 +65,9 @@ let }; component = availableComponents.${componentName}; in buildGoModule (finalAttrs: { # Vendored gvisor has a build-tag conflict with Go 1.26 (netbirdio/netbird#5290). # TODO: revert to 'buildGoModule' when a release includes netbirdio/netbird#5447. buildGo125Module (finalAttrs: { pname = "netbird-${componentName}"; version = "0.65.3"; Loading