Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-17 | nix eval: Stop progress bar before printing the result | Eelco Dolstra | 1 | -0/+4 | |
2018-01-17 | nix eval: Take only one argument | Eelco Dolstra | 1 | -15/+11 | |
Thus --json no longer produces a list. | |||||
2017-11-20 | nix eval --raw: Use coerceToString() | Eelco Dolstra | 1 | -2/+6 | |
Thus, $ nix eval --raw '("foo")' foo $ nix eval --raw nixpkgs.hello /nix/store/1y6ckg6khrdsvll54s5spcmf3w6ka9k4-hello-2.10 $ nix eval --raw '(/etc/resolv.conf)' /nix/store/vml92ama92i8mz013nny461mlvg8mvap-resolv.conf | |||||
2017-09-07 | nix eval: Add examples | Eelco Dolstra | 1 | -0/+18 | |
2017-05-03 | nix eval: Add a --raw flag | Eelco Dolstra | 1 | -1/+13 | |
Similar to "jq -r", this prints the evaluation result (which must be a string value) unquoted. | |||||
2017-04-25 | Move code around | Eelco Dolstra | 1 | -2/+1 | |
2017-04-25 | Add "nix eval" command | Eelco Dolstra | 1 | -0/+44 | |
This replaces "nix-instantiate --eval". The result is evaluated strictly since this seems more useful. |