nix-output-monitor
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.
This happened during a remote store + remote build (`--store ssh-ng://machine` where the store machine has remote builders configured). ``` ┃ │ │ ┌─ ↓ ⏵ ncompress-5.0 from [1] ⏱...
nom currently passes through all build output to the terminal which can cause flickering and slowdowns (https://github.com/maralorn/nix-output-monitor/issues/24, https://github.com/maralorn/nix-output-monitor/issues/95). In such cases, it'd be useful to have an optional buffered mode...
If you’re masochistic enough to run huge builds to test out breaking changes like I am lately, the bottom pane can fill up with failed builds without showing the current...
parts of it run twice immediately upon entering the shell, like the `cp` command below. I know this because the second attempt at copying from the flake below fails with...
I just started using flakes and am annoyed that the option `--no-build-output` isn't accepted when using flakes. I like the build graph of `nom` very much but i don't want...
(nushell is used cause output is nice) ``` (nix "build" "nixpkgs#hello" "--log-format" "internal-json" --print-out-paths o+e>| nom --json) | complete ╭───────────┬──────────────────────────────────────────────────────────╮ │ stdout │ │ │ stderr │ /nix/store/kwmqk7ygvhypxadsdaai27gl6qfxv7za-hello-2.12.1 │ │...
Evaluation stage might take 1 minute or longer, nothing displayed during this time is very confusing. In particular, when used in this way `sudo nixos-rebuild switch |& nom`, I am...