about summary refs log tree commit diff
path: root/pkgs/by-name/sc
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2024-03-01 09:06:29 +0000
committerJon Seager <jon@sgrs.uk>2024-03-01 10:47:11 +0000
commit0f5c4e1f132e103c98174abfa5dd286371593282 (patch)
treef0fc00db501a6e96fb7a3f32b463e2e149d0a317 /pkgs/by-name/sc
parent94a7ad6f8f23b2d6120a22cc3373319cf3aa2beb (diff)
screenly-cli: add nix-update-script
Diffstat (limited to 'pkgs/by-name/sc')
-rw-r--r--pkgs/by-name/sc/screenly-cli/package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/sc/screenly-cli/package.nix b/pkgs/by-name/sc/screenly-cli/package.nix
index 4464261af5704..3c18ef4f809c2 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";