Skip to content

Commit

Permalink
lxd-ui: add nix-update-script and meta.changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 11, 2024
1 parent 303fb35 commit 4204158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/lx/lxd-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
prefetch-yarn-deps,
yarn,
nixosTests,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -60,10 +61,12 @@ stdenv.mkDerivation rec {
'';

passthru.tests.default = nixosTests.lxd.ui;
passthru.updateScript = nix-update-script { };

meta = {
description = "Web user interface for LXD";
homepage = "https://github.com/canonical/lxd-ui";
changelog = "https://github.com/canonical/lxd-ui/releases/tag/${version}";
license = lib.licenses.gpl3;
maintainers = lib.teams.lxc.members;
platforms = lib.platforms.linux;
Expand Down

0 comments on commit 4204158

Please sign in to comment.