netbird-proxy: init at 0.71.4 (#520039)

This commit is contained in:
K900
2026-05-24 21:19:57 +03:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
# nixpkgs-update: no auto update
# updated via the parent 'netbird' derivation
{ netbird }:
netbird.override {
componentName = "proxy";
}
+7
View File
@@ -14,6 +14,7 @@
libxxf86vm,
versionCheckHook,
netbird-management,
netbird-proxy,
netbird-relay,
netbird-signal,
netbird-ui,
@@ -62,6 +63,11 @@ let
binaryName = "netbird-relay";
license = lib.licenses.agpl3Only;
};
proxy = {
module = "proxy/cmd/proxy";
binaryName = "netbird-proxy";
license = lib.licenses.agpl3Only;
};
};
component = availableComponents.${componentName};
in
@@ -149,6 +155,7 @@ buildGoModule (finalAttrs: {
netbird-signal
netbird-ui
netbird-upload
netbird-proxy
;
};
updateScript = nix-update-script { };