Unverified Commit 29523c05 authored by John Soo's avatar John Soo
Browse files

nixosTests/minio: format with nixpkgs-fmt

parent 4400f7d7
Loading
Loading
Loading
Loading
+41 −40
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@ let
      MINIO_ROOT_USER=${accessKey}
      MINIO_ROOT_PASSWORD=${secretKey}
    '';
in {
  in
  {
    name = "minio";
    meta = with pkgs.lib.maintainers; {
      maintainers = [ bachp ];