minecraft: Add test

This commit is contained in:
Tim Steinbach
2020-11-28 12:43:17 -05:00
parent eb2a3a040c
commit 0dc74a15ad
3 changed files with 34 additions and 1 deletions
+5 -1
View File
@@ -1,5 +1,6 @@
{ stdenv
, fetchurl
, nixosTests
, makeDesktopItem
, makeWrapper
, wrapGAppsHook
@@ -147,5 +148,8 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
};
passthru.updateScript = ./update.sh;
passthru = {
tests = { inherit (nixosTests) minecraft; };
updateScript = ./update.sh;
};
}