maralorn / nix-output-monitor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`build-reports.csv` keeps only a single line

CHN-beta opened this issue · comments

I am using the version from current nixpkgs (nixos-unstable branch). I found ~/.cache/nix-output-monitor/build-reports.csv contains a single line even a lot of packages have been built. The line is like:

,gnujump.desktop,0

If I delete the file and rebuild something using nom build .#xxx, the file appears again, but still only contains a single line.

I am not surprised. Reasonable predictions have been broken on my system as well for quite a while.
We have no reasonable tests for that and its embarrassing. Better handling of this database is high on my list as soon as I have capacity to work on nom again.