screenly-cli: add nix-update-script

This commit is contained in:
Jon Seager
2024-03-01 10:47:11 +00:00
parent 94a7ad6f8f
commit 0f5c4e1f13
+3
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";