Commit da540a72 authored by Doron Behar's avatar Doron Behar
Browse files

gitlab-container-registry: nixfmt

A hot fix to a PR #401350 which did not wait for nixfmt CI check.
parent 566ce223
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ buildGoModule rec {
  meta = with lib; {
    description = "GitLab Docker toolset to pack, ship, store, and deliver content";
    license = licenses.asl20;
    teams = with teams; [ gitlab cyberus ];
    teams = with teams; [
      gitlab
      cyberus
    ];
    platforms = platforms.unix;
  };
}