diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-14 17:09:58 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-14 17:09:58 -0500 |
commit | 7c822138134af3771dc017c7399507af4a25004f (patch) | |
tree | 167a6e9625177a63b4ea67db70de6d7dddcf9a79 /doc/manual/src/architecture/architecture.md | |
parent | 81727f85cb567c4d5282c330d63a74ed84d12783 (diff) | |
parent | b3d91239ae9f21a60057b278ceeff663fb786246 (diff) |
Merge branch 'path-info' into ca-drv-exotic
Diffstat (limited to 'doc/manual/src/architecture/architecture.md')
-rw-r--r-- | doc/manual/src/architecture/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/architecture.md b/doc/manual/src/architecture/architecture.md index 2d1b26558..e51958052 100644 --- a/doc/manual/src/architecture/architecture.md +++ b/doc/manual/src/architecture/architecture.md @@ -68,7 +68,7 @@ It can also execute build plans to produce new data, which are made available to A build plan itself is a series of *build tasks*, together with their build inputs. > **Important** -> A build task in Nix is called [derivation](../glossary#gloss-derivation). +> A build task in Nix is called [derivation](../glossary.md#gloss-derivation). Each build task has a special build input executed as *build instructions* in order to perform the build. The result of a build task can be input to another build task. |