dae: merge passthru
This commit is contained in:
parent
e20629c39f
commit
ac2d3a0eee
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user