pkgs/homepage: generate nix-support/hydra-build-products

This commit is contained in:
Astro 2022-10-24 00:04:14 +02:00
parent 9e0817c09c
commit 1ff12308e8
1 changed files with 3 additions and 0 deletions

View File

@ -66,5 +66,8 @@ stdenv.mkDerivation {
ln -s ${network-graphs}/share/doc/zentralwerk/* $DIR/
ln -s ${../../../doc/core.png} $DIR/core.png
cp *.{html,css,png,svg} $DIR/
mkdir -p $out/nix-support
echo doc homepage $DIR/index.html >> $out/nix-support/hydra-build-products
'';
}