framework-control: add updateScript

This commit is contained in:
kemal
2026-07-03 18:34:02 -05:00
parent a60021c159
commit fc8e4620a7

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";