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

nix-channel --quiet --update isn't quiet #12377

Open
2 tasks done
dseomn opened this issue Jan 28, 2025 · 1 comment
Open
2 tasks done

nix-channel --quiet --update isn't quiet #12377

dseomn opened this issue Jan 28, 2025 · 1 comment
Labels

Comments

@dseomn
Copy link

dseomn commented Jan 28, 2025

Describe the bug

nix-channel --quiet --update produces non-error output when it succeeds. From https://nix.dev/manual/nix/2.25/command-ref/opt-common, it looks like --quiet should prevent that.

Steps To Reproduce

$ sudo nix-channel --quiet --update 
unpacking channels...

Expected behavior

No output if the command succeeded.

Metadata

nix-env (Nix) 2.8.0

Additional context

This is on Debian 12.

Checklist


Add 👍 to issues you find important.

@dseomn dseomn added the bug label Jan 28, 2025
@dseomn
Copy link
Author

dseomn commented Jan 28, 2025

I found two more commands that aren't quiet. Should I file separate bugs for those?

$ sudo nix-env --quiet --upgrade
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
trace: evaluation warning: qt6Packages.stdenv is deprecated. Use stdenv instead.
$ sudo nix-store --quiet --gc
2257 store paths deleted, 9.64 MiB freed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant