rofi-bluetooth: add updateScript (#474660)

This commit is contained in:
Colin
2025-12-28 16:32:25 +00:00
committed by GitHub
@@ -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";