rofi-bluetooth: add updateScript

Signed-off-by: Angel J <78835633+Iamanaws@users.noreply.github.com>
This commit is contained in:
Angel J
2025-12-27 14:57:51 -08:00
parent 5c2bc52fb9
commit d4cba2cc35
@@ -5,6 +5,7 @@
makeWrapper,
bc,
bluez,
unstableGitUpdater,
}:
stdenv.mkDerivation {
@@ -37,6 +38,8 @@ stdenv.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Rofi-based interface to connect to bluetooth devices and display status info";
homepage = "https://github.com/nickclyde/rofi-bluetooth";