Skip to content

Commit

Permalink
nextcloud*: add passthru.tests to reference VM-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 16, 2020
1 parent 2d55f9c commit 1b95c71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/servers/nextcloud/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, nixosTests }:

let
generic = { version, sha256, insecure ? false }: stdenv.mkDerivation rec {
Expand All @@ -10,6 +10,8 @@ let
inherit sha256;
};

passthru.tests = nixosTests.nextcloud;

installPhase = ''
mkdir -p $out/
cp -R . $out/
Expand Down

0 comments on commit 1b95c71

Please sign in to comment.