add debug stuff

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-15 21:49:47 +01:00
parent 2ad138cc57
commit 7ce6a11a66
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -28,6 +28,9 @@ jobs:
for job in nixos-8gb-fsn1-1 nutty-noon thinkrac installer nas; do
nix show-derivation ".#hydraJobs.$job.x86_64-linux" > new-$job.json
cat old-$job.json
cat new-$job.json
echo $job
python scripts/diff-drvs.py old-$job.json new-$job.json > report-$job.txt
cat report-$job.txt >> full-report.txt
done