!fixup add nixos tests to passthru.tests

Changed files
+5 -1
pkgs
servers
irc
inspircd
+5 -1
pkgs/servers/irc/inspircd/default.nix
···
{ lib
, stdenv
, fetchFromGitHub
-
, fetchpatch
+
, nixosTests
, perl
, pkg-config
, libargon2
···
'';
enableParallelBuilding = true;
+
+
passthru.tests = {
+
nixos-test = nixosTests.inspircd;
+
};
meta = {
description = "A modular C++ IRC server";