malcontent: Add malcontent-ui to passthru.tests

This commit is contained in:
Jan Tojnar 2024-12-10 06:42:58 +01:00
parent fa5fd554c6
commit 0daaba4fbd

View File

@ -14,6 +14,7 @@
, glib-testing
, python3
, nixosTests
, malcontent-ui
}:
stdenv.mkDerivation rec {
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
passthru = {
tests = {
installedTests = nixosTests.installed-tests.malcontent;
inherit malcontent-ui;
};
};