diff options
Diffstat (limited to 'src/nix/eval.md')
-rw-r--r-- | src/nix/eval.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/eval.md b/src/nix/eval.md index d1daaf755..eb9f753c5 100644 --- a/src/nix/eval.md +++ b/src/nix/eval.md @@ -1,5 +1,7 @@ R""( +**Note:** this command's interface is based heavily around [*installables*](./nix.md#installables), which you may want to read about first (`nix --help`). + # Examples * Evaluate a Nix expression given on the command line: |