Skip to content

Commit

Permalink
grocy: add passthru.tests to reference VM-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 15, 2020
1 parent e3553f1 commit 37fe88e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/servers/grocy/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip }:
{ stdenv, fetchurl, unzip, nixosTests }:

stdenv.mkDerivation rec {
pname = "grocy";
Expand All @@ -19,6 +19,8 @@ stdenv.mkDerivation rec {

dontBuild = true;

passthru.tests = { inherit (nixosTests) grocy; };

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

0 comments on commit 37fe88e

Please sign in to comment.