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

This commit is contained in:
Astro 2022-10-24 00:19:45 +02:00
parent c34da1d6cd
commit 8a5f0cf4ee
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ stdenv.mkDerivation {
cp *.{html,css,png,svg} $DIR/
mkdir -p $out/nix-support
echo doc homepage $DIR/index.html >> $out/nix-support/hydra-build-products
echo doc homepage $DIR index.html >> $out/nix-support/hydra-build-products
'';
}