From 2bc7e572276b2b3dc8350d060b0ac05d9d08e3b4 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 11 May 2023 18:40:27 +0200 Subject: [PATCH] reword note on `default.nix` --- source/tutorials/first-steps/nix-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/first-steps/nix-language.md b/source/tutorials/first-steps/nix-language.md index 1b79345..b41065f 100644 --- a/source/tutorials/first-steps/nix-language.md +++ b/source/tutorials/first-steps/nix-language.md @@ -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