Skip to content

Commit

Permalink
Merge pull request #116 from mobusoperandi/readme-nix-instantiate
Browse files Browse the repository at this point in the history
docs: nix-instantiate for expressions in readme
  • Loading branch information
mightyiam authored Jun 26, 2024
2 parents d471096 + 7886f00 commit 4d690ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let n = 1 + 1; in assert n == 2; n

They are nix expressions inside of fenced code blocks.
The first word in their info string is `nix`.
The expression is passed to Nix for evaluation as `nix eval --expr <EXPRESSION>`.
The expression is passed to Nix for evaluation as `nix-instantiate --expr --eval <EXPRESSION>`.
It is expected of the author to demonstrate and prove their points
using assertions.

Expand Down

0 comments on commit 4d690ef

Please sign in to comment.