cargo-lambda: add passthru.updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user