nixos/tests/robustirc-bridge: init
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "robustirc-bridge";
|
||||
@@ -17,6 +17,8 @@ buildGoModule rec {
|
||||
install -D robustirc-bridge.1 $out/share/man/man1/robustirc-bridge.1
|
||||
'';
|
||||
|
||||
passthru.tests.robustirc-bridge = nixosTests.robustirc-bridge;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Bridge to robustirc.net-IRC-Network";
|
||||
homepage = "https://robustirc.net/";
|
||||
|
||||
Reference in New Issue
Block a user