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";
passthru.tests = {
inherit (nixosTests) dae;
passthru = {
tests = {
inherit (nixosTests) dae;
};
updateScript = nix-update-script { };
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Linux high-performance transparent proxy solution based on eBPF";
homepage = "https://github.com/daeuniverse/dae";