1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 20:46:01 +01:00

Apply suggestions from code review

This commit is contained in:
Graham Christensen 2025-05-22 19:36:08 -04:00 committed by GitHub
parent e5e7c2797c
commit 486fca34bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 7 deletions

View file

@ -31,10 +31,4 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
* Tell users a source is corrupted ("cannot read file from tarball: Truncated tar archive detected while reading data"), improving over the previous 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
<!-- Determinate Nix version 3.6.0 -->
* Switch to determinate-nix-action by @lucperkins in [DeterminateSystems/nix-src#68](https://github.com/DeterminateSystems/nix-src/pull/68)
* Install 'nix profile add' manpage by @edolstra in [DeterminateSystems/nix-src#69](https://github.com/DeterminateSystems/nix-src/pull/69)
* Sync with upstream 2.29.0 by @edolstra in [DeterminateSystems/nix-src#67](https://github.com/DeterminateSystems/nix-src/pull/67)
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)

View file

@ -3,7 +3,6 @@
* Based on [upstream Nix 2.29.0](../release-notes/rl-2.29.md).
## What's Changed
* Switch to determinate-nix-action by @lucperkins in [DeterminateSystems/nix-src#68](https://github.com/DeterminateSystems/nix-src/pull/68)
* Install 'nix profile add' manpage by @edolstra in [DeterminateSystems/nix-src#69](https://github.com/DeterminateSystems/nix-src/pull/69)
* Sync with upstream 2.29.0 by @edolstra in [DeterminateSystems/nix-src#67](https://github.com/DeterminateSystems/nix-src/pull/67)
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)