screenly-cli: add nix-update-script
This commit is contained in:
parent
94a7ad6f8f
commit
0f5c4e1f13
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue