ipfs: reference tests
This commit is contained in:
parent
e89ceffefb
commit
3e6e4ce55c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ipfs";
|
pname = "ipfs";
|
||||||
@ -21,6 +21,8 @@ buildGoModule rec {
|
|||||||
make install
|
make install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.ferm = nixosTests.ferm;
|
||||||
|
|
||||||
modSha256 = "00xgsvpl47miy6paxl8yn6p76h6ssccackh50z0l4r5s7wcc25q8";
|
modSha256 = "00xgsvpl47miy6paxl8yn6p76h6ssccackh50z0l4r5s7wcc25q8";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user