Skip to content

samueldr/nix-review-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-review-tools

Definitely the most original name I could conceive of

This is a WIP repo of tools I use to review stuff for nixos.

This is NOT a definitive project, and parts may split off in other projects, or this project could evolve and be renamed.


General usage notes

All commands should already self-handle their deps by relying on a nix-shell shebang.

The dependencies will be installed, and the scripts should start at that point.


eval-report

Given a list of eval IDs, it will spit out github-flavoured markdown in stdout, ready to be passed to gist or xclip.

This parses the output of the pages of hydra, as they contain more data than the API does.

It will cache HTML files to $PWD. This means:

  • Fills your $PWD with stuff.
  • Does not hit hydra in development.
  • Be mindful of stale data.

jobset-eval-failure

Can be run on a timer, it will automatically use gist to send a report with information about the currently failing jobset eval.

That is, if the jobset eval is failing.

This script is of limited use at large.

About

WIP tooling [maintainer=@samueldr]

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Ruby 86.0%
  • Nix 14.0%