netbird-proxy: init at 0.71.4 (#520039)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# nixpkgs-update: no auto update
|
||||
# updated via the parent 'netbird' derivation
|
||||
{ netbird }:
|
||||
|
||||
netbird.override {
|
||||
componentName = "proxy";
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user