mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
google-cloud-sql-proxy: add passthru.updateScript
This commit is contained in:
parent
9dda9273fd
commit
a447ebb01b
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildGo122Module
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildGo122Module rec {
|
||||
@ -22,6 +23,8 @@ buildGo122Module rec {
|
||||
"-short"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utility for ensuring secure connections to Google Cloud SQL instances";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user