1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

reword note on default.nix

This commit is contained in:
Valentin Gagarin 2023-05-11 18:40:27 +02:00 committed by GitHub
parent 964b3cf2e1
commit 2bc7e57227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ If `--eval` is omitted, `nix-instantiate` expects the expression in the given fi
:::
:::{note}
`nix-instantiate --eval` will evaluate `default.nix` if no file name is specified.
`nix-instantiate --eval` will try to read from `default.nix` if no file name is specified.
```shell-session
$ echo 1 + 2 > default.nix