dae: merge passthru

This commit is contained in:
mivorasu 2025-07-27 16:11:34 +08:00
parent e20629c39f
commit ac2d3a0eee

View File

@ -56,12 +56,13 @@ buildGoModule (finalAttrs: {
versionCheckProgramArg = "--version"; versionCheckProgramArg = "--version";
passthru.tests = { passthru = {
inherit (nixosTests) dae; tests = {
inherit (nixosTests) dae;
};
updateScript = nix-update-script { };
}; };
passthru.updateScript = nix-update-script { };
meta = { meta = {
description = "Linux high-performance transparent proxy solution based on eBPF"; description = "Linux high-performance transparent proxy solution based on eBPF";
homepage = "https://github.com/daeuniverse/dae"; homepage = "https://github.com/daeuniverse/dae";