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.
When running:
The command indicates the ran flake checks:
Please add a indication of the ran
flake-file.check-hooks:When ran in verbose mode, don't capture the flake-file check hooks output. Display it on stderr/stdout.
Thank you for your work.