pppd: inherit nixos test into passthru.tests

+5
+5
pkgs/tools/networking/ppp/default.nix
··· 6 6 , libxcrypt 7 7 , openssl 8 8 , bash 9 + , nixosTests 9 10 }: 10 11 11 12 stdenv.mkDerivation rec { ··· 63 64 postFixup = '' 64 65 substituteInPlace "$out/bin/pon" --replace "/usr/sbin" "$out/bin" 65 66 ''; 67 + 68 + passthru.tests = { 69 + inherit (nixosTests) pppd; 70 + }; 66 71 67 72 meta = with lib; { 68 73 homepage = "https://ppp.samba.org";