clash-verge: add update script
This commit is contained in:
parent
2b75931c56
commit
efbcf8ff4b
@ -9,6 +9,7 @@
|
|||||||
, webkitgtk
|
, webkitgtk
|
||||||
, udev
|
, udev
|
||||||
, libayatana-appindicator
|
, libayatana-appindicator
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -51,6 +52,8 @@ stdenv.mkDerivation rec {
|
|||||||
ln -sf ${lib.getExe clash-meta} $out/bin/${clash-meta.meta.mainProgram}
|
ln -sf ${lib.getExe clash-meta} $out/bin/${clash-meta.meta.mainProgram}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Clash GUI based on tauri";
|
description = "A Clash GUI based on tauri";
|
||||||
homepage = "https://github.com/zzzgydi/clash-verge";
|
homepage = "https://github.com/zzzgydi/clash-verge";
|
||||||
|
Loading…
Reference in New Issue
Block a user