Loading pkgs/servers/fastnetmon-advanced/default.nix +9 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, autoPatchelfHook, bzip2 }: { lib , stdenv , fetchurl , autoPatchelfHook , bzip2 , nixosTests }: stdenv.mkDerivation rec { pname = "fastnetmon-advanced"; Loading Loading @@ -58,6 +64,8 @@ stdenv.mkDerivation rec { $out/bin/fnm-gobgpd --help 2>&1 | grep "Application Options" ''; passthru.tests = { inherit (nixosTests) fastnetmon-advanced; }; meta = with lib; { description = "A high performance DDoS detector / sensor - commercial edition"; homepage = "https://fastnetmon.com"; Loading Loading
pkgs/servers/fastnetmon-advanced/default.nix +9 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, autoPatchelfHook, bzip2 }: { lib , stdenv , fetchurl , autoPatchelfHook , bzip2 , nixosTests }: stdenv.mkDerivation rec { pname = "fastnetmon-advanced"; Loading Loading @@ -58,6 +64,8 @@ stdenv.mkDerivation rec { $out/bin/fnm-gobgpd --help 2>&1 | grep "Application Options" ''; passthru.tests = { inherit (nixosTests) fastnetmon-advanced; }; meta = with lib; { description = "A high performance DDoS detector / sensor - commercial edition"; homepage = "https://fastnetmon.com"; Loading