dae: merge passthru

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

View File

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