lxd-ui: add nix-update-script and meta.changelog
This commit is contained in:
parent
303fb35953
commit
42041589e4
@ -7,6 +7,7 @@
|
|||||||
prefetch-yarn-deps,
|
prefetch-yarn-deps,
|
||||||
yarn,
|
yarn,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -60,10 +61,12 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.tests.default = nixosTests.lxd.ui;
|
passthru.tests.default = nixosTests.lxd.ui;
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
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";
|
||||||
|
changelog = "https://github.com/canonical/lxd-ui/releases/tag/${version}";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = lib.teams.lxc.members;
|
maintainers = lib.teams.lxc.members;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user