lxd-ui: run nixosTests.lxd.ui by default

This commit is contained in:
Jon Seager 2024-01-15 08:59:17 +00:00
parent 817c314ea6
commit 58e22cabd9
No known key found for this signature in database

View file

@ -5,6 +5,7 @@
, nodejs , nodejs
, prefetch-yarn-deps , prefetch-yarn-deps
, yarn , yarn
, nixosTests
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -57,6 +58,8 @@ stdenv.mkDerivation rec {
runHook postInstall runHook postInstall
''; '';
passthru.tests.default = nixosTests.lxd.ui;
meta = { meta = {
description = "Web user interface for LXD"; description = "Web user interface for LXD";
homepage = "https://github.com/canonical/lxd-ui"; homepage = "https://github.com/canonical/lxd-ui";