Skip to content

Commit

Permalink
azure-cli: nixfmt format
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Jul 10, 2024
1 parent cb9bbcd commit 96cd538
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 419 deletions.
27 changes: 14 additions & 13 deletions pkgs/by-name/az/azure-cli/extensions-manual.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
#
# Checkout ./README.md for more information.

{ lib
, mkAzExtension
, mycli
, python3Packages
, python3
{
lib,
mkAzExtension,
mycli,
python3Packages,
python3,
}:

{
Expand All @@ -26,14 +27,14 @@
url = "https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-${version}-py2.py3-none-any.whl";
sha256 = "49cbe8d9b7ea07a8974a29ad90247e864ed798bed5f28d0e3a57a4b37f5939e7";
description = "Support for testing connection to Azure Database for MySQL & PostgreSQL servers";
propagatedBuildInputs = (with python3Packages; [
pgcli
psycopg2
pymysql
setproctitle
]) ++ [
(mycli.override { inherit python3; })
];
propagatedBuildInputs =
(with python3Packages; [
pgcli
psycopg2
pymysql
setproctitle
])
++ [ (mycli.override { inherit python3; }) ];
meta.maintainers = with lib.maintainers; [ obreitwi ];
};

Expand Down
Loading

0 comments on commit 96cd538

Please sign in to comment.