ipfs: reference tests

This commit is contained in:
Jörg Thalheim 2020-05-08 09:34:42 +01:00
parent e89ceffefb
commit 3e6e4ce55c
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "ipfs";
@ -21,6 +21,8 @@ buildGoModule rec {
make install
'';
passthru.tests.ferm = nixosTests.ferm;
modSha256 = "00xgsvpl47miy6paxl8yn6p76h6ssccackh50z0l4r5s7wcc25q8";
meta = with stdenv.lib; {