pkgs/homepage: generate nix-support/hydra-build-products
This commit is contained in:
parent
9e0817c09c
commit
1ff12308e8
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue