diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-11-09 01:36:17 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-11-09 01:36:17 +0100 |
commit | 9d20a056c82b129ab2584169e692c7f3e324fa29 (patch) | |
tree | 3e5e4ae1fbeb96d136732dc47c23c367f45eed91 /doc | |
parent | 3d716df7ce0639e61170ea1e18a370138dce8e5b (diff) |
remove external link
the language has its own overview page where its properties are
described in sufficient detail.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/architecture/architecture.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/manual/src/architecture/architecture.md b/doc/manual/src/architecture/architecture.md index 0df4fbc68..4b0704894 100644 --- a/doc/manual/src/architecture/architecture.md +++ b/doc/manual/src/architecture/architecture.md @@ -36,10 +36,8 @@ Nix consists of [hierarchical layers]. At the top is the [command line interface](../command-ref/command-ref.md), translating from invocations of Nix executables to interactions with the underlying layers. -Below that is the [Nix language](../language/index.md), a [purely functional] configuration language. -It is used to compose expressions which ultimately evaluate to self-contained *build plans*, used to derive *build results* from referenced *build inputs*. - -[purely functional]: https://en.m.wikipedia.org/wiki/Purely_functional_programming +Below that is the [Nix language](../language/index.md), the configuration language for Nix. +Its expressions ultimately evaluate to self-contained *build plans*, used to derive *build results* from referenced *build inputs*. The command line interface and the Nix language are what users interact with most. |