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
|
, openssl
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -35,6 +36,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools for managing digital signs and screens at scale";
|
description = "Tools for managing digital signs and screens at scale";
|
||||||
homepage = "https://github.com/Screenly/cli";
|
homepage = "https://github.com/Screenly/cli";
|
||||||
|
|
Loading…
Reference in a new issue