!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
, stdenv
, fetchFromGitHub
, fetchpatch
, nixosTests
, perl
, pkg-config
, libargon2
@ -192,6 +192,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
nixos-test = nixosTests.inspircd;
};
meta = {
description = "A modular C++ IRC server";
license = [ lib.licenses.gpl2Only ]