Unverified Commit e4956fb2 authored by Florentin Eckl's avatar Florentin Eckl
Browse files

cargo-lambda: add passthru.updateScript

parent 5a6f0f7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";