Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove 'Added input' filtering. #437

Merged
merged 2 commits into from
Mar 11, 2025
Merged

ci: Remove 'Added input' filtering. #437

merged 2 commits into from
Mar 11, 2025

Conversation

srid
Copy link
Member

@srid srid commented Mar 11, 2025

And pass STDERR as is to the user's terminal.


I don't think the complexity here is worth it for the slight benefit of keeping om ci run's output less verbose. The ideal solution here is to fix upstream Nix to not spew out these messages if the user passes --quiet --no-write-lock-file. See here where it unconditionally writes this:

https://github.com/NixOS/nix/blob/8e8edb5bf857d62f7295c15534d2a4e555065fdf/src/libflake/flake/flake.cc#L906-L909

This change incidentally resolves #428

And pass STDERR as is to the user's terminal.
@srid
Copy link
Member Author

srid commented Mar 11, 2025

Consequently, om ci run will be slightly more verbose:

image

@srid srid marked this pull request as ready for review March 11, 2025 14:22
@srid srid merged commit 8281e85 into main Mar 11, 2025
3 checks passed
@srid srid deleted the no-verbose branch March 11, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

om ci sometimes crashes during UTF-8 decoding
1 participant