dae: merge passthru
This commit is contained in:
parent
e20629c39f
commit
ac2d3a0eee
@ -56,11 +56,12 @@ buildGoModule (finalAttrs: {
|
|||||||
|
|
||||||
versionCheckProgramArg = "--version";
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
passthru.tests = {
|
passthru = {
|
||||||
|
tests = {
|
||||||
inherit (nixosTests) dae;
|
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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user