!fixup add nixos tests to passthru.tests
This commit is contained in:
parent
726db56d68
commit
19225b8690
@ -61,7 +61,7 @@ in
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
, nixosTests
|
||||||
, perl
|
, perl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libargon2
|
, libargon2
|
||||||
@ -192,6 +192,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
nixos-test = nixosTests.inspircd;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A modular C++ IRC server";
|
description = "A modular C++ IRC server";
|
||||||
license = [ lib.licenses.gpl2Only ]
|
license = [ lib.licenses.gpl2Only ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user