lila icon indicating copy to clipboard operation
lila copied to clipboard

Nix hash collection software, to aggregate build reports from several builders

Results 19 lila issues
Sort by recently updated
recently updated
newest added

a graph seems easier to read than a tree https://arnout.engelen.eu/minimal.html

report definitions created as described in the ReadMe: ``` nix-store -q --tree $(nix-build '' -A nixos.iso_gnome.x86_64-linux) ``` ... mention a few paths not found on cache.nixos.org. This is likely due...

bug

The reports generated as described in the readme include paths such as `/nix/store/4rd3hzbjjiwpm91a87qb4qk2ppqsgnj9-relaxedsandbox.nix`, which appear to be files that are not produced by derivations but included through string interpolation(?). We...

bug

it'd be nice if we could specify the user accounts/tokens in the configuration instead of managing them in the database

enhancement

The diff-hook is only called on the first non-reproducible output. To be fixed upstream probably. See #32

Using either https://github.com/nix-community/queued-build-hook or a variation. See #32

Replacing `fetch-from-cache.sh`, remembering not to retry 404's and other nonrecoverable errors.

enhancement

In the context of a build/report, some (but not all) derivations are reachable as an attribute of the build. Might make sense to record that for a nicer report presentation.

enhancement

It would be nice if nix-hash-collection reports could replace https://reproducible.nixos.org . Could be just a static download of the report page. For this to be possible, we'd need at least:...

enhancement