nixos/peerflix: add test to release.nix

This commit is contained in:
Jaka Hudoklin 2014-12-01 16:45:38 +01:00
parent 3424ded286
commit 5fa87a9df7

View File

@ -290,6 +290,7 @@ in rec {
tests.nfs3 = callTest tests/nfs.nix { version = 3; };
tests.nsd = callTest tests/nsd.nix {};
tests.openssh = callTest tests/openssh.nix {};
tests.peerflix = callTest tests/peerflix.nix {};
tests.printing = callTest tests/printing.nix {};
tests.proxy = callTest tests/proxy.nix {};
tests.quake3 = callTest tests/quake3.nix {};