mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
doc/rl-next: Edit
This commit is contained in:
parent
b7b1ca9a3f
commit
2df638fd38
6 changed files with 7 additions and 5 deletions
|
@ -4,5 +4,5 @@ issues:
|
||||||
prs: [12676]
|
prs: [12676]
|
||||||
---
|
---
|
||||||
|
|
||||||
The implementation fro blake3 hashing is now multi-threaded and used memory-mapped IO.
|
The implementation for blake3 hashing is now multi-threaded and used memory-mapped IO.
|
||||||
Benchmark results can be found the [pull request](https://github.com/NixOS/nix/pull/12676).
|
Benchmark results can be found the [pull request](https://github.com/NixOS/nix/pull/12676).
|
||||||
|
|
|
@ -4,4 +4,4 @@ issues: [12877, 13098]
|
||||||
prs: [12538]
|
prs: [12538]
|
||||||
---
|
---
|
||||||
|
|
||||||
S3 progress bar now correctly display upload/download progress. S3 uploads are now interruptible.
|
The progress bar now correctly display upload/download progress for S3 up/downloads. S3 uploads are now interruptible.
|
||||||
|
|
|
@ -4,5 +4,5 @@ issues: 4265
|
||||||
prs: [12583]
|
prs: [12583]
|
||||||
---
|
---
|
||||||
|
|
||||||
Previously, if a flake contained outputs relying on import-from-derivation during evaluation, `nix flake show` would fail to display the rest of the flake. The updated behavior skips such outputs, allowing the rest of the flake to be shown.
|
Previously, if a flake contained outputs relying on [import from derivation](@docroot@/language/import-from-derivation.md) during evaluation, `nix flake show` would fail to display the rest of the flake. The updated behavior skips such outputs, allowing the rest of the flake to be shown.
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ issues: 12555
|
||||||
prs: [12652]
|
prs: [12652]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
This makes the output easier to read.
|
||||||
|
|
||||||
Scripts are mostly unaffected because for those, stdout will be a file or a pipe, not a terminal, and for those, the old single-line behavior applies.
|
Scripts are mostly unaffected because for those, stdout will be a file or a pipe, not a terminal, and for those, the old single-line behavior applies.
|
||||||
|
|
||||||
`--json --pretty` can be passed to enable it even if the output is not a terminal.
|
`--json --pretty` can be passed to enable it even if the output is not a terminal.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
synopsis: "Increase retry delays on Http 429"
|
synopsis: "Increase retry delays on HTTP 429 Too Many Requests"
|
||||||
issues:
|
issues:
|
||||||
prs: [13052]
|
prs: [13052]
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
synopsis: "C API: functions for locking and loading a flake"
|
synopsis: "S3: opt-in the STSProfileCredentialsProvider"
|
||||||
issues:
|
issues:
|
||||||
prs: [12646]
|
prs: [12646]
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue