gitlab-container-registry: nixfmt
A hot fix to a PR #401350 which did not wait for nixfmt CI check.
This commit is contained in:
parent
566ce2231c
commit
da540a729c
@ -35,7 +35,10 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
teams = with teams; [ gitlab cyberus ];
|
teams = with teams; [
|
||||||
|
gitlab
|
||||||
|
cyberus
|
||||||
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user