Skip to content

[feat] list flake-file check hooks when running nix flake check --verbose #104

@landure

Description

@landure

When running:

nix flake check --verbose

The command indicates the ran flake checks:

running 2 flake checks...
building '/nix/store/jgl3j2x0qicq1cd7jf8bs1jxbrfs6269-check-flake-file.drv'...
building '/nix/store/0jrwzlc7ny5hgkvg6wnizs1ww07cwvmj-nix-unit-check.drv'...

Please add a indication of the ran flake-file.check-hooks:

running 2 flake checks...
building '/nix/store/jgl3j2x0qicq1cd7jf8bs1jxbrfs6269-check-flake-file.drv'...
running 3 flake-file check hooks...
building '/nix/store/0jrwzlc7ny5hgkvg6wnizs1ww07cwvmj-nix-unit-check.drv'...

When ran in verbose mode, don't capture the flake-file check hooks output. Display it on stderr/stdout.

Thank you for your work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions