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.
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...
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...
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...
#### 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,...
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...
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.
It might be interesting to show users how long the process is evaluating and how long it is querying substituters.
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"];...