update flake lock, add flake diff, add evaluation json

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-07 22:26:18 -05:00
parent a755a0c792
commit e2c127a012
8 changed files with 150 additions and 55 deletions

View File

@ -32,3 +32,5 @@ def evaluate_output(path: str, output: str) -> str | None:
raise RuntimeError(out_msg)
drv = drv_match.group(1)
logging.debug(f"derivation evaluated to {drv}")
return drv