forked from mirrors/nixpkgs
meshcentral: add updateScript to expression
This commit is contained in:
parent
2fa862644f
commit
cd548bdc6a
|
@ -28,6 +28,8 @@ yarn2nix-moretea.mkYarnPackage rec {
|
|||
|
||||
publishBinsFor = [ ];
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Computer management web app";
|
||||
homepage = "https://meshcentral.com/info/";
|
||||
|
|
Loading…
Reference in a new issue