gitlab-ci is currently pinned to avoid a small regression in docs coverage.
The fix seems to be as simple as:
--- a/nix/gitlab-ci.nix
+++ b/nix/gitlab-ci.nix
@@ -61,6 +61,7 @@ local: {
in
{
options.gitlab.ci = mkOption {
+ description = "GitLab CI dynamic pipeline configuration";
type = types.submoduleWith {
specialArgs = { inherit pkgs system lib; perSystemConfig = config; };
modules = [{
@locallycompact Does that look good to you?
Not too big a deal, but you could add nix build github:hercules-ci/flake.parts-website --override-input gitlab-ci . to your CI config if you expect this to happen again.
(fwiw usually I'd open a PR, but I can't maintain an account on every forge for infrequent tiny fixes)
gitlab-ciis currently pinned to avoid a small regression in docs coverage.The fix seems to be as simple as:
@locallycompact Does that look good to you?
Not too big a deal, but you could add
nix build github:hercules-ci/flake.parts-website --override-input gitlab-ci .to your CI config if you expect this to happen again.(fwiw usually I'd open a PR, but I can't maintain an account on every forge for infrequent tiny fixes)