nix-update
nix-update copied to clipboard
Some way to disable output unless version is changed
From what I can see there is no flags to change the verbosity of the command output. I want to only see output if there is a new version for the package I am trying to update.
Either some kind of verbosity flag, or an explicit --only-show-updated flag would help this project suit my use case.
You could easily achieve this yourself without any code changes by capturing all stdout and only displaying it, if there is an update.