Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | Apply suggestions from code review | tomberek | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2021-12-23 | Merge branch 'master' into flake_search | tomberek | |
2021-12-21 | Update release notes | Eelco Dolstra | |
2021-12-13 | rl-2.5.md: Set date | Eelco Dolstra | |
2021-12-13 | Move rl-next.md to rl-2.5.md | Eelco Dolstra | |
2021-12-13 | Add release notes entry for #5149 | Eelco Dolstra | |
2021-12-06 | nix repl: add :log | Alexander Bantyev | |
Add a :log command that shows logs for a derivation. Closes https://github.com/NixOS/nix/issues/3504 Co-authored-by: Taeer Bar-Yam <taeer@bar-yam.me> | |||
2021-12-03 | flakes: search up to git or filesystem boundary | Tom Bereknyei | |
While parsing a flakeref, upon not finding a flake.nix, search upwards until git or filesystem boundary. | |||
2021-12-02 | Introduce builtins.groupBy primop | Silvan Mosberger | |
This function is very useful in nixpkgs, but its implementation in Nix itself is rather slow due to it requiring a lot of attribute set and list appends. | |||
2021-11-25 | Update names | Eelco Dolstra | |
2021-11-24 | Make lists be comparable | Silvan Mosberger | |
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable | |||
2021-11-01 | Fix 2.4 migration examples | Eelco Dolstra | |
2021-10-28 | Rename rl-2.5.md to rl-next.md | Eelco Dolstra | |
Having a generically named file for release notes for the next release makes things easier for PRs. | |||
2021-10-27 | 2.4 release notes: Add some migration notes | Eelco Dolstra | |
2021-10-13 | Update release notes | Eelco Dolstra | |
2021-10-13 | Mention compression-level in the release notes | Eelco Dolstra | |
2021-10-07 | Start 2.5 release notes | Eelco Dolstra | |
2021-10-01 | Typo | Eelco Dolstra | |
2021-10-01 | Comments | Eelco Dolstra | |
2021-10-01 | Typo | Eelco Dolstra | |
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> | |||
2021-09-30 | Release notes | Eelco Dolstra | |
2021-02-24 | Respect command registrations in plugins. | Shea Levy | |
2021-02-24 | Initialize plugins after handling initial command line flags | Shea Levy | |
This is technically a breaking change, since attempting to set plugin files after the first non-flag argument will now throw an error. This is acceptable given the relative lack of stability in a plugin interface and the need to tie the knot somewhere once plugins can actually define new subcommands. | |||
2020-09-12 | docs+test: fix remaining installer downloads without -L (#4006) | Jade | |
Co-authored-by: lf- <lf-@users.noreply.github.com> | |||
2020-07-24 | Fix internal links | Eelco Dolstra | |
2020-07-23 | <replaceable> -> <emphasis> | Eelco Dolstra | |
Pandoc doesn't know <replaceable> so let's force it to be rendered as italics. | |||
2020-07-23 | Reconvert | Eelco Dolstra | |
2020-07-23 | Pandoc conversion | Eelco Dolstra | |