ipfs: reference tests
This commit is contained in:
parent
e89ceffefb
commit
3e6e4ce55c
1 changed files with 3 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue