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