_3proxy: add link to nixos test
This commit is contained in:
parent
f541bfbc92
commit
c10edf9147
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, coreutils }:
|
{ lib, stdenv, fetchFromGitHub, coreutils, nixosTests }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "3proxy";
|
pname = "3proxy";
|
||||||
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
"DESTDIR=${placeholder "out"}"
|
"DESTDIR=${placeholder "out"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
smoke-test = nixosTests._3proxy;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tiny free proxy server";
|
description = "Tiny free proxy server";
|
||||||
homepage = "https://github.com/z3APA3A/3proxy";
|
homepage = "https://github.com/z3APA3A/3proxy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user