Loading pkgs/tools/admin/lxd/ui.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nodejs , prefetch-yarn-deps , yarn , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -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 Loading
pkgs/tools/admin/lxd/ui.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nodejs , prefetch-yarn-deps , yarn , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -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