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 just discovered your project, it looks very nice. I immediately wanted the full JSON-powered experience when calling `home-manager switch`, so I took a stab at implementing that. Once I...

enhancement

I did `alias nix=nom`, and was very pleased with my new `nix build` experience. Then, I wanted to run `nix repl`, and was frustrated that `nom` does not "forward" this...

enhancement

i often do `sudo nixos-rebuild -I nixpkgs=/home/evils/nixpkgs switch |& nom` nom used to at least pass the password prompt through for a second, but somewhere between 1.1.3.0 and 2.0.0.2 that...

bug

https://github.com/NixOS/nixpkgs/pull/206719#issuecomment-1515368222

bug

#### What: Lots of errors like ``` nix-output-monitor error: DerivationReadError /nix/store/d8sbf9afdpg05bak61lm1qyc3sjgqlq0-linux-config-6.1.51.drv: openFile: does not exist (No such file or directory) ``` #### How: Run a build in a chroot store,...

enhancement
help wanted

This is not really a big issue, it doesn't bother me personally, but in the description it says that no same build is shown twice. I observed this happening once...

bug
looking for reproducer
needs-triage

Is there a reason why `nix run` does not have equivalent in nom? I'm able to use: `nix run --log-format internal-json .#docker.copyToDockerDaemon |& nom --json` and it seems to work.

enhancement
help wanted

It might be interesting to show users how long the process is evaluating and how long it is querying substituters.

enhancement

Hi! I'm running nushell inside of tmux with this nerdfont installation (all installed through home-manager): ```nix {pkgs, ...}: { fonts.fontconfig.enable = true; home.packages = [ (pkgs.nerdfonts.override { fonts = ["Hasklig"];...