Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | nix eval: Add --apply flag for post-processing the result | Eelco Dolstra | |
2020-05-05 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2020-05-05 | nix --help: Group commands | Eelco Dolstra | |
2020-04-16 | Use Logger::stdout() | Eelco Dolstra | |
(cherry picked from commit 8f41847394524fcac40d3b5620139ca7e94a18e3) | |||
2020-04-16 | Use Logger::stdout() | Eelco Dolstra | |
2020-03-24 | nix edit: Support non-derivation attributes | Eelco Dolstra | |
E.g. $ nix edit .#nixosConfigurations.bla now works. (cherry picked from commit d2032edb2f86e955a8a7724a27c0c3225f386500) | |||
2020-02-07 | nix edit: Support non-derivation attributes | Eelco Dolstra | |
E.g. $ nix edit .#nixosConfigurations.bla now works. | |||
2019-12-05 | Make subcommand construction in MultiCommand lazy | Eelco Dolstra | |
(cherry picked from commit a0de58f471c9087d8e6cc60a6078f9940a125b15) | |||
2019-11-27 | nix: Add --expr flag | Eelco Dolstra | |
This replaces the '(...)' installable syntax, which is not very discoverable. The downside is that you can't have multiple expressions or mix expressions and other installables. | |||
2019-11-04 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-11-03 | Update nix eval --help msg to not include deprecated command | kraem | |
2019-06-18 | Make subcommand construction in MultiCommand lazy | Eelco Dolstra | |
2018-01-17 | nix eval: Stop progress bar before printing the result | Eelco Dolstra | |
2018-01-17 | nix eval: Take only one argument | Eelco Dolstra | |
Thus --json no longer produces a list. | |||
2017-11-20 | nix eval --raw: Use coerceToString() | Eelco Dolstra | |
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 | |
2017-05-03 | nix eval: Add a --raw flag | Eelco Dolstra | |
Similar to "jq -r", this prints the evaluation result (which must be a string value) unquoted. | |||
2017-04-25 | Move code around | Eelco Dolstra | |
2017-04-25 | Add "nix eval" command | Eelco Dolstra | |
This replaces "nix-instantiate --eval". The result is evaluated strictly since this seems more useful. |