framework-control: add updateScript (#538276)

This commit is contained in:
Guillaume Girol
2026-07-19 21:24:57 +00:00
committed by GitHub

View File

@@ -7,6 +7,7 @@
fetchNpmDeps,
makeDesktopItem,
copyDesktopItems,
nix-update-script,
controlPort ? 30912,
}:
@@ -75,6 +76,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
$out/share/icons/hicolor/256x256/apps/framework-control.png
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Lightweight control surface for Framework laptops";
homepage = "https://github.com/ozturkkl/framework-control";