fix: drop passthru.tests in package.nix

This commit is contained in:
Martin Wimpress 2024-05-09 19:05:35 +01:00 committed by Martin Wimpress
parent 0ead4637bf
commit 87a6cf1887
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.tests = testers.testVersion { package = quickemu; };
meta = with lib; {
description = "Quickly create and run optimised Windows, macOS and Linux virtual machines";
homepage = "https://github.com/quickemu-project/quickemu";