Merge pull request #291784 from fd/sqlx-cli-updater
sqlx-cli: add passthru.updateScript
This commit is contained in:
commit
853f7447cf
1 changed files with 3 additions and 0 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue