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
907 stars 27 forks source link

Support a different number of log-lines #72

Closed maralorn closed 1 year ago

maralorn commented 1 year ago

Idea is instead of continuosly printing logs we have a window of a certain height only showing the last log line. That would be closer to the current nix build output and might be less intrusive e.g. for nom shell

maralorn commented 1 year ago

Duplicate of #59