Unverified Commit 58e22cab authored by Jon Seager's avatar Jon Seager
Browse files

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

parent 817c314e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";