nitter: add test to passthru.tests

This commit is contained in:
Alexandre Iooss 2021-08-08 15:33:08 +02:00
parent 2e8e8f2c92
commit 88b7302b90
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02

View file

@ -1,5 +1,6 @@
{ lib
, stdenv
, nixosTests
, fetchFromGitHub
, nim
, libsass
@ -120,6 +121,10 @@ in stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.tests = {
inherit (nixosTests) nitter;
};
meta = with lib; {
description = "Alternative Twitter front-end";
homepage = "https://github.com/zedeus/nitter";