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
|
, 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";
|
||||||
|
|
Loading…
Reference in a new issue