about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-08 09:34:42 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-08 09:34:42 +0100
commit3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0 (patch)
treea49d188488cd20502c1806d8388d7b9f34934513 /pkgs/applications/networking
parente89ceffefbcbe36f6797e783053cbc4dcb092f62 (diff)
downloadnixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar.gz
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar.bz2
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar.lz
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar.xz
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.tar.zst
nixlib-3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0.zip
ipfs: reference tests
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/ipfs/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ipfs/default.nix b/pkgs/applications/networking/ipfs/default.nix
index f8b229d21ac0..f666ccb1f9ff 100644
--- a/pkgs/applications/networking/ipfs/default.nix
+++ b/pkgs/applications/networking/ipfs/default.nix
@@ -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; {