Commit a447ebb0 authored by Nick Novitski's avatar Nick Novitski
Browse files

google-cloud-sql-proxy: add passthru.updateScript

parent 9dda9273
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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 = ''