mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Clarify ambiguity in nix-instantiate
man page
This commit is contained in:
parent
2d96c7a51f
commit
f73e50144f
1 changed files with 4 additions and 3 deletions
|
@ -44,9 +44,10 @@ standard input.
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
>
|
>
|
||||||
> This option produces ambiguous output which is not suitable for machine
|
> This option produces output which can be parsed as a Nix expression which
|
||||||
> consumption. For example, these two Nix expressions print the same result
|
> will produce a different result than the input expression when evaluated.
|
||||||
> despite having different types:
|
> For example, these two Nix expressions print the same result despite
|
||||||
|
> having different meaning:
|
||||||
>
|
>
|
||||||
> ```console
|
> ```console
|
||||||
> $ nix-instantiate --eval --expr '{ a = {}; }'
|
> $ nix-instantiate --eval --expr '{ a = {}; }'
|
||||||
|
|
Loading…
Reference in a new issue