!fixup add nixos tests to passthru.tests

wip/yesman
sternenseemann 3 years ago
parent 726db56d68
commit 19225b8690
  1. 6
      pkgs/servers/irc/inspircd/default.nix

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

Loading…
Cancel
Save