!fixup add nixos tests to passthru.tests

This commit is contained in:
sternenseemann 2021-03-22 15:12:27 +01:00
parent 726db56d68
commit 19225b8690

View File

@ -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 ]