cargo-lambda: add passthru.updateScript

This commit is contained in:
Florentin Eckl
2024-01-16 09:33:35 +01:00
parent 5a6f0f7c3a
commit e4956fb21f
@@ -10,6 +10,7 @@
, CoreServices
, Security
, zig
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@@ -64,6 +65,8 @@ rustPlatform.buildRustPackage rec {
CARGO_LAMBDA_BUILD_INFO = "(nixpkgs)";
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A Cargo subcommand to help you work with AWS Lambda";
homepage = "https://cargo-lambda.info";