Loading pkgs/tools/networking/opensnitch/daemon.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ , iptables , makeWrapper , protoc-gen-go-grpc , testers , opensnitch }: buildGoModule rec { Loading Loading @@ -70,6 +72,11 @@ buildGoModule rec { --prefix PATH : ${lib.makeBinPath [ iptables ]} ''; passthru.tests.version = testers.testVersion { package = opensnitch; command = "opensnitchd -version"; }; meta = with lib; { description = "An application firewall"; homepage = "https://github.com/evilsocket/opensnitch/wiki"; Loading Loading
pkgs/tools/networking/opensnitch/daemon.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ , iptables , makeWrapper , protoc-gen-go-grpc , testers , opensnitch }: buildGoModule rec { Loading Loading @@ -70,6 +72,11 @@ buildGoModule rec { --prefix PATH : ${lib.makeBinPath [ iptables ]} ''; passthru.tests.version = testers.testVersion { package = opensnitch; command = "opensnitchd -version"; }; meta = with lib; { description = "An application firewall"; homepage = "https://github.com/evilsocket/opensnitch/wiki"; Loading