sqlx-cli: add passthru.updateScript

This commit is contained in:
Simon Menke 2024-02-27 11:50:44 +01:00
parent acad2ed503
commit fa428dd589
No known key found for this signature in database

View File

@ -11,6 +11,7 @@
, CoreFoundation
, Security
, SystemConfiguration
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -72,6 +73,8 @@ rustPlatform.buildRustPackage rec {
command = "sqlx --version";
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description =
"SQLx's associated command-line utility for managing databases, migrations, and enabling offline mode with sqlx::query!() and friends.";