Skip to content

Commit

Permalink
PDFs: add as Hydra build products
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Apr 17, 2024
1 parent 7e885c5 commit 5b7fcb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/pdfs.nix
Expand Up @@ -35,6 +35,11 @@ final: prev: {
cp tech-reports/**/*.pdf $out/
cp formal-spec/consensus-spec.pdf $out/
mkdir -p $out/nix-support
for pdf in $out/*.pdf; do
echo "file binary-dist $pdf" >> $out/nix-support/hydra-build-products
done
'';
};
}

0 comments on commit 5b7fcb7

Please sign in to comment.