mirror of
https://git.gay/pyrox/aux-docs
synced 2024-11-22 18:27:56 +00:00
update nixpkgs-manual
This commit is contained in:
parent
aa209a9154
commit
a16880d91d
|
@ -37,7 +37,7 @@ let
|
|||
) opt.declarations;
|
||||
};
|
||||
};
|
||||
optionsJSONFile = "${optionsDoc.optionsJSON}/share/doc/nixos/options.json";
|
||||
optionsMD = optionsDoc.optionsCommonMark;
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
name = "nixpkgs-manual-md";
|
||||
|
@ -59,11 +59,6 @@ stdenvNoCC.mkDerivation {
|
|||
passAsFile = [ "pythonInterpreterTable" ];
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
nixos-render-docs -j $NIX_BUILD_CORES options commonmark \
|
||||
--manpage-urls ./manpage-urls.json \
|
||||
--revision ${inputs.nixpkgs.rev} \
|
||||
${optionsJSONFile} ./options.md
|
||||
substituteInPlace ./languages-frameworks/python.section.md --subst-var-by python-interpreter-table "$(<"$pythonInterpreterTablePath")"
|
||||
|
||||
mv ./functions/library.md.in ./functions/library.md
|
||||
|
@ -71,8 +66,8 @@ stdenvNoCC.mkDerivation {
|
|||
--replace-fail '@MANUAL_VERSION@' '${lib.version}'
|
||||
|
||||
mkdir out
|
||||
cp ${optionsMD} out/options.md
|
||||
mv preface.chapter.md out/index.md
|
||||
mv options.md out/
|
||||
mv build-helpers out/build-helpers
|
||||
mv build-helpers.md out/build-helpers/index.md
|
||||
mv development out/development
|
||||
|
@ -89,7 +84,6 @@ stdenvNoCC.mkDerivation {
|
|||
mv stdenv.md out/stdenv/index.md
|
||||
mv using out/using-nixpkgs
|
||||
mv using-nixpkgs.md out/using-nixpkgs/index.md
|
||||
cp ${optionsJSONFile} out/options.json
|
||||
pushd out
|
||||
find . -type f -exec perl -pi -e 's/\s*:::{.note}\n/!!! note\n\ \ /' {} \;
|
||||
find . -type f -exec perl -pi -e 's/\s*:::{.warning}\n/!!! warning\n\ \ /' {} \;
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
let
|
||||
inherit (pkgs.lib) hasPrefix removePrefix;
|
||||
in
|
Loading…
Reference in a new issue