croc: add passthru.tests
This commit is contained in:
committed by
Frederik Rietdijk
parent
50277ebdd2
commit
166a0642d4
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ stdenv, buildGoModule, fetchFromGitHub, callPackage}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "croc";
|
||||
@@ -17,6 +17,11 @@ buildGoModule rec {
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
local-relay = callPackage ./test-local-relay.nix {};
|
||||
};
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
description =
|
||||
"Easily and securely send things from one computer to another";
|
||||
|
||||
Reference in New Issue
Block a user