diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-03-20 13:51:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 13:51:07 +0100 |
commit | 83b977ff0790753941509e089f33f49240d616bd (patch) | |
tree | 254c4bc52ce31fd481f74d364966f0489b2b322f | |
parent | 1fcbdecf156790f09bf07dc4f29f5ccae94ee4f9 (diff) | |
parent | 658847179a8aca5df3ad6645996f9fc5775df447 (diff) |
Merge pull request #8075 from edolstra/api-docs
Fix internal-api rendering in Hydra
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -566,7 +566,7 @@ postInstall = '' mkdir -p $out/nix-support - echo "doc internal-api-docs $out/share/doc/nix/internal-api" >> $out/nix-support/hydra-build-products + echo "doc internal-api-docs $out/share/doc/nix/internal-api/html" >> $out/nix-support/hydra-build-products ''; }; |