mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
fix random docs errors
remove link to the contributing guide from user documentation. it doesn't help here, and the target at first glance shows redundant information.
This commit is contained in:
parent
84fe429dfd
commit
24b781773f
2 changed files with 3 additions and 3 deletions
|
@ -4400,7 +4400,7 @@ void EvalState::createBaseEnv()
|
|||
addConstant("__currentSystem", v, {
|
||||
.type = nString,
|
||||
.doc = R"(
|
||||
The value of the [`system` configuration option](@docroot@/command-ref/conf-file.md#conf-pure-eval).
|
||||
The value of the [`system` configuration option](@docroot@/command-ref/conf-file.md#conf-system).
|
||||
|
||||
It can be used to set the `system` attribute for [`builtins.derivation`](@docroot@/language/derivations.md) such that the resulting derivation can be built on the same system that evaluates the Nix expression:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue