nitter: add test to passthru.tests
This commit is contained in:
parent
2e8e8f2c92
commit
88b7302b90
@ -1,5 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, nixosTests
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nim
|
, nim
|
||||||
, libsass
|
, libsass
|
||||||
@ -120,6 +121,10 @@ in stdenv.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) nitter;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Alternative Twitter front-end";
|
description = "Alternative Twitter front-end";
|
||||||
homepage = "https://github.com/zedeus/nitter";
|
homepage = "https://github.com/zedeus/nitter";
|
||||||
|
Loading…
Reference in New Issue
Block a user