gitlab-container-registry: nixfmt (#401403)

This commit is contained in:
Markus Kowalewski
2025-04-24 13:11:05 +02:00
committed by GitHub
@@ -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;
};
}