gitlab-container-registry: nixfmt

A hot fix to a PR #401350 which did not wait for nixfmt CI check.
This commit is contained in:
Doron Behar 2025-04-24 13:57:32 +03:00
parent 566ce2231c
commit da540a729c

View File

@ -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;
};
}