Loading doc/doc-support/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ writeShellScriptBin, nixpkgs ? { }, markdown-code-runner, roboto, }: stdenvNoCC.mkDerivation ( Loading Loading @@ -98,6 +99,8 @@ stdenvNoCC.mkDerivation ( mv out "$dest" mv "$dest/index.html" "$dest/manual.html" cp ${roboto.src}/web/Roboto\[ital\,wdth\,wght\].ttf "$dest/Roboto.ttf" cp ${epub} "$dest/nixpkgs-manual.epub" mkdir -p $out/nix-support/ Loading doc/style.css +5 −0 Original line number Diff line number Diff line Loading @@ -486,3 +486,8 @@ div.appendix .variablelist .term { font-weight: 400; } } @font-face { font-family: Roboto; src: url(Roboto.ttf); } nixos/doc/manual/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,8 @@ rec { ./manual.md \ $dst/${common.indexPath} cp ${pkgs.roboto.src}/web/Roboto\[ital\,wdth\,wght\].ttf "$dst/Roboto.ttf" mkdir -p $out/nix-support echo "nix-build out $out" >> $out/nix-support/hydra-build-products echo "doc manual $dst" >> $out/nix-support/hydra-build-products Loading Loading
doc/doc-support/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ writeShellScriptBin, nixpkgs ? { }, markdown-code-runner, roboto, }: stdenvNoCC.mkDerivation ( Loading Loading @@ -98,6 +99,8 @@ stdenvNoCC.mkDerivation ( mv out "$dest" mv "$dest/index.html" "$dest/manual.html" cp ${roboto.src}/web/Roboto\[ital\,wdth\,wght\].ttf "$dest/Roboto.ttf" cp ${epub} "$dest/nixpkgs-manual.epub" mkdir -p $out/nix-support/ Loading
doc/style.css +5 −0 Original line number Diff line number Diff line Loading @@ -486,3 +486,8 @@ div.appendix .variablelist .term { font-weight: 400; } } @font-face { font-family: Roboto; src: url(Roboto.ttf); }
nixos/doc/manual/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,8 @@ rec { ./manual.md \ $dst/${common.indexPath} cp ${pkgs.roboto.src}/web/Roboto\[ital\,wdth\,wght\].ttf "$dst/Roboto.ttf" mkdir -p $out/nix-support echo "nix-build out $out" >> $out/nix-support/hydra-build-products echo "doc manual $dst" >> $out/nix-support/hydra-build-products Loading