about summary refs log tree commit diff
path: root/src/nix/eval.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-05-03 nix eval: Add a --raw flagEelco Dolstra1-1/+13
Similar to "jq -r", this prints the evaluation result (which must be a string value) unquoted.
2017-04-25 Move code aroundEelco Dolstra1-2/+1
2017-04-25 Add "nix eval" commandEelco Dolstra1-0/+44
This replaces "nix-instantiate --eval". The result is evaluated strictly since this seems more useful.