screenly-cli: add nix-update-script

This commit is contained in:
Jon Seager 2024-03-01 09:06:29 +00:00
parent 94a7ad6f8f
commit 0f5c4e1f13
No known key found for this signature in database

View file

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