maralorn / nix-output-monitor

Pipe your nix-build output through the nix-output-monitor a.k.a nom to get additional information while building.
GNU Affero General Public License v3.0
835 stars 24 forks source link

Allow user to specify size of dependency graph vs. log (targetRatio) #99

Open siraben opened 1 year ago

siraben commented 1 year ago

Allow user to vary targetRatio with a configuration option so that they can decide to show mostly the log or dependency graph, depending on their preferences.

Screenshot 2023-05-18 at 11 14 32
maralorn commented 1 year ago

Definitely a good idea, and I was vaguely planning to do so. Currently, we don’t have any code for handling user config, but it will have to happen at point or the other anyway.