nextcloud*: add passthru.tests to reference VM-tests

This commit is contained in:
Maximilian Bosch 2020-04-15 22:14:04 +02:00
parent 2d55f9c01a
commit 1b95c71989
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, nixosTests }:
let
generic = { version, sha256, insecure ? false }: stdenv.mkDerivation rec {
@ -10,6 +10,8 @@ let
inherit sha256;
};
passthru.tests = nixosTests.nextcloud;
installPhase = ''
mkdir -p $out/
cp -R . $out/