mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
sqlx-cli: add passthru.updateScript
This commit is contained in:
parent
acad2ed503
commit
fa428dd589
@ -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 New Issue
Block a user