Skip to content

Unpin gitlab-ci #2026

Description

@roberth

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions