1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-15 05:21:03 +01:00

Apply suggestions from code review

Co-authored-by: gustavderdrache <gustavderdrache@gmail.com>
This commit is contained in:
Graham Christensen 2025-07-03 14:36:51 -04:00 committed by GitHub
parent a6ad4a5d23
commit d9541eba23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,8 +89,8 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
<!-- Determinate Nix version 3.7.0 --> <!-- Determinate Nix version 3.7.0 -->
* Overriding deeply transitive flake inputs now works, by @edolstra in [DeterminateSystems/nix-src#108](https://github.com/DeterminateSystems/nix-src/pull/108) * Overriding deeply-nested transitive flake inputs now works, by @edolstra in [DeterminateSystems/nix-src#108](https://github.com/DeterminateSystems/nix-src/pull/108)
* `nix store delete` now exlpains why deletion fails by @edolstra in [DeterminateSystems/nix-src#130](https://github.com/DeterminateSystems/nix-src/pull/130) * `nix store delete` now explains why deletion fails by @edolstra in [DeterminateSystems/nix-src#130](https://github.com/DeterminateSystems/nix-src/pull/130)
* New command: `nix flake prefetch-inputs` for improved CI performance, by @edolstra in [DeterminateSystems/nix-src#127](https://github.com/DeterminateSystems/nix-src/pull/127) * New command: `nix flake prefetch-inputs` for improved CI performance, by @edolstra in [DeterminateSystems/nix-src#127](https://github.com/DeterminateSystems/nix-src/pull/127)