doc: builders -> build helpers to reduce ambigualty
This commit is contained in:
parent
70f21a2136
commit
9963ad5c5f
20 changed files with 19 additions and 19 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -61,7 +61,7 @@
|
||||||
/pkgs/build-support/writers @lassulus @Profpatsch
|
/pkgs/build-support/writers @lassulus @Profpatsch
|
||||||
|
|
||||||
# Nixpkgs make-disk-image
|
# Nixpkgs make-disk-image
|
||||||
/doc/builders/images/makediskimage.section.md @raitobezarius
|
/doc/build-helpers/images/makediskimage.section.md @raitobezarius
|
||||||
/nixos/lib/make-disk-image.nix @raitobezarius
|
/nixos/lib/make-disk-image.nix @raitobezarius
|
||||||
|
|
||||||
# Nixpkgs documentation
|
# Nixpkgs documentation
|
||||||
|
@ -272,7 +272,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
||||||
# Docker tools
|
# Docker tools
|
||||||
/pkgs/build-support/docker @roberth
|
/pkgs/build-support/docker @roberth
|
||||||
/nixos/tests/docker-tools* @roberth
|
/nixos/tests/docker-tools* @roberth
|
||||||
/doc/builders/images/dockertools.section.md @roberth
|
/doc/build-helpers/images/dockertools.section.md @roberth
|
||||||
|
|
||||||
# Blockchains
|
# Blockchains
|
||||||
/pkgs/applications/blockchains @mmahut @RaghavSood
|
/pkgs/applications/blockchains @mmahut @RaghavSood
|
||||||
|
|
12
doc/build-helpers.md
Normal file
12
doc/build-helpers.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Build helpers {#part-builders}
|
||||||
|
|
||||||
|
```{=include=} chapters
|
||||||
|
build-helpers/fetchers.chapter.md
|
||||||
|
build-helpers/trivial-build-helpers.chapter.md
|
||||||
|
build-helpers/testers.chapter.md
|
||||||
|
build-helpers/special.md
|
||||||
|
build-helpers/images.md
|
||||||
|
hooks/index.md
|
||||||
|
languages-frameworks/index.md
|
||||||
|
packages/index.md
|
||||||
|
```
|
|
@ -1,6 +1,6 @@
|
||||||
# Special builders {#chap-special}
|
# Special build helpers {#chap-special}
|
||||||
|
|
||||||
This chapter describes several special builders.
|
This chapter describes several special build helpers.
|
||||||
|
|
||||||
```{=include=} sections
|
```{=include=} sections
|
||||||
special/fhs-environments.section.md
|
special/fhs-environments.section.md
|
|
@ -1,6 +1,6 @@
|
||||||
# pkgs.makeSetupHook {#sec-pkgs.makeSetupHook}
|
# pkgs.makeSetupHook {#sec-pkgs.makeSetupHook}
|
||||||
|
|
||||||
`pkgs.makeSetupHook` is a builder that produces hooks that go in to `nativeBuildInputs`
|
`pkgs.makeSetupHook` is a build helper that produces hooks that go in to `nativeBuildInputs`
|
||||||
|
|
||||||
## Usage {#sec-pkgs.makeSetupHook-usage}
|
## Usage {#sec-pkgs.makeSetupHook-usage}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Trivial builders {#chap-trivial-builders}
|
# Trivial build helpers {#chap-trivial-builders}
|
||||||
|
|
||||||
Nixpkgs provides a couple of functions that help with building derivations. The most important one, `stdenv.mkDerivation`, has already been documented above. The following functions wrap `stdenv.mkDerivation`, making it easier to use in certain cases.
|
Nixpkgs provides a couple of functions that help with building derivations. The most important one, `stdenv.mkDerivation`, has already been documented above. The following functions wrap `stdenv.mkDerivation`, making it easier to use in certain cases.
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
# Builders {#part-builders}
|
|
||||||
|
|
||||||
```{=include=} chapters
|
|
||||||
builders/fetchers.chapter.md
|
|
||||||
builders/trivial-builders.chapter.md
|
|
||||||
builders/testers.chapter.md
|
|
||||||
builders/special.md
|
|
||||||
builders/images.md
|
|
||||||
hooks/index.md
|
|
||||||
languages-frameworks/index.md
|
|
||||||
packages/index.md
|
|
||||||
```
|
|
|
@ -9,7 +9,7 @@ preface.chapter.md
|
||||||
using-nixpkgs.md
|
using-nixpkgs.md
|
||||||
lib.md
|
lib.md
|
||||||
stdenv.md
|
stdenv.md
|
||||||
builders.md
|
build-helpers.md
|
||||||
development.md
|
development.md
|
||||||
contributing.md
|
contributing.md
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue