mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
framework-control: add updateScript (#538276)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user