From 0f5c4e1f132e103c98174abfa5dd286371593282 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 1 Mar 2024 09:06:29 +0000 Subject: [PATCH] screenly-cli: add nix-update-script --- pkgs/by-name/sc/screenly-cli/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/sc/screenly-cli/package.nix b/pkgs/by-name/sc/screenly-cli/package.nix index 4464261af570..3c18ef4f809c 100644 --- a/pkgs/by-name/sc/screenly-cli/package.nix +++ b/pkgs/by-name/sc/screenly-cli/package.nix @@ -6,6 +6,7 @@ , openssl , rustPlatform , stdenv +, nix-update-script }: rustPlatform.buildRustPackage rec { @@ -35,6 +36,8 @@ rustPlatform.buildRustPackage rec { darwin.apple_sdk.frameworks.SystemConfiguration ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Tools for managing digital signs and screens at scale"; homepage = "https://github.com/Screenly/cli";