nix-output-monitor icon indicating copy to clipboard operation
nix-output-monitor copied to clipboard

Pipe your nix-build output through the nix-output-monitor a.k.a nom to get additional information while building.

Results 87 nix-output-monitor issues
Sort by recently updated
recently updated
newest added

I am testing ca-derivations for things that frequently rebuild but don't always change like the configuration.nix man page. I think the usage of this is triggering the following bug in...

bug

Note: this is just for the `nom ` usage. But a similar trick can be used for `nom-build`. Adds bash completion calling nix's and correcting the order of the args....

urxvt has ~poor support for emoji. Nom has picked some emoji I'm not sure it can support anytime soon. Considering the existing set may be be better outside the context...

bug
output

Some people consider the output bouncing annoying. See https://github.com/NixOS/nix/pull/4296#issuecomment-1864258231

enhancement

Especially `nix flake check`, out of the box =) So that `nix flake check --log-format internal-json -v |& nom --json` can be just `nom flake check` =)

enhancement

I'm not quite sure why, but the overview section of the `nom build` output is always misaligned. This was tested on an M1 MacBook Pro running macOS Ventura. It looks...

bug
output

When pushing paths to remote machines, I sometimes miss the line: "copying 2321 paths..." as it gets scrolled up by a sea of individual path copies. It'd be lovely to...

enhancement

When supplying --dry-run to nix build aliased to nom, nom just eats the output and does not display anything: ``` ▶ command nom build .#nixosConfigurations.francium.config.system.build.toplevel --dry-run Using saved setting for...

bug

Thanks for this wonderful utility! Since the readme calls for them, here's a screenshot: ![image](https://github.com/maralorn/nix-output-monitor/assets/7645711/4f0ba3d8-7396-4d3b-a1e2-df60a988ce44)

It would be cool if there would be a nixos module which would just enable nom by creating the aliases. It could also maybe hook into nixos-rebuild.

enhancement
help wanted