lxd-ui: run nixosTests.lxd.ui by default
This commit is contained in:
parent
817c314ea6
commit
58e22cabd9
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, nodejs
|
||||
, prefetch-yarn-deps
|
||||
, yarn
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -57,6 +58,8 @@ stdenv.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests.default = nixosTests.lxd.ui;
|
||||
|
||||
meta = {
|
||||
description = "Web user interface for LXD";
|
||||
homepage = "https://github.com/canonical/lxd-ui";
|
||||
|
|
Loading…
Reference in a new issue