mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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,
|
||||
yarn,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user