Skip to content

Commit abec656

Browse files
authored
Prune changes.md
1 parent d4e789b commit abec656

1 file changed

Lines changed: 5 additions & 40 deletions

File tree

  • doc/manual/source/release-notes-determinate

doc/manual/source/release-notes-determinate/changes.md

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -153,43 +153,16 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
153153

154154
<!-- Determinate Nix version 3.15.2 -->
155155

156-
* Path inputs are now lazy [DeterminateSystems/nix-src#312](https://github.com/DeterminateSystems/nix-src/pull/312)
157-
158-
* Improved performance when fetching a lot of dependencies with curl [DeterminateSystems/nix-src#315](https://github.com/DeterminateSystems/nix-src/pull/315)
159-
160156
<!-- Determinate Nix version 3.16.0 -->
161157

162-
* Wasm support [DeterminateSystems/nix-src#309](https://github.com/DeterminateSystems/nix-src/pull/309)
163-
164-
* Fix hung downloads when `http-connections = 0` [DeterminateSystems/nix-src#327](https://github.com/DeterminateSystems/nix-src/pull/327)
165-
166-
* Support .gitattributes in subdirectories [DeterminateSystems/nix-src#335](https://github.com/DeterminateSystems/nix-src/pull/335)
167-
168-
* builtins.getFlake fixes [DeterminateSystems/nix-src#337](https://github.com/DeterminateSystems/nix-src/pull/337)
158+
* Determinate Nix has an experimental builtin `builtins.wasm` that allows the Nix language to be extended using any language that compiles to Wasm. [DeterminateSystems/nix-src#309](https://github.com/DeterminateSystems/nix-src/pull/309)
169159

170-
* builtins.getFlake: Support path values [DeterminateSystems/nix-src#338](https://github.com/DeterminateSystems/nix-src/pull/338)
160+
* `builtins.getFlake` supports path values. [DeterminateSystems/nix-src#338](https://github.com/DeterminateSystems/nix-src/pull/338)
171161

172-
* Provenance [DeterminateSystems/nix-src#321](https://github.com/DeterminateSystems/nix-src/pull/321)
173-
174-
* Add subcommand 'nix provenance show' [DeterminateSystems/nix-src#340](https://github.com/DeterminateSystems/nix-src/pull/340)
175-
176-
* Increase the open file soft limit to the hard limit [DeterminateSystems/nix-src#347](https://github.com/DeterminateSystems/nix-src/pull/347)
162+
* Determinate Nix has support for keeping track of the provenance of store paths. [DeterminateSystems/nix-src#321](https://github.com/DeterminateSystems/nix-src/pull/321)
177163

178164
<!-- Determinate Nix version 3.16.1 -->
179165

180-
181-
* Record provenance for unlocked inputs and impure evaluations in [DeterminateSystems/nix-src#354](https://github.com/DeterminateSystems/nix-src/pull/354)
182-
183-
* Add setting narinfo-cache-meta-ttl in [DeterminateSystems/nix-src#355](https://github.com/DeterminateSystems/nix-src/pull/355)
184-
185-
* Add derivationWithMeta builtin in [DeterminateSystems/nix-src#357](https://github.com/DeterminateSystems/nix-src/pull/357)
186-
187-
* Add builtins.wasi in [DeterminateSystems/nix-src#359](https://github.com/DeterminateSystems/nix-src/pull/359)
188-
189-
* Add `nix provenance verify` command in [DeterminateSystems/nix-src#356](https://github.com/DeterminateSystems/nix-src/pull/356)
190-
191-
* builtins.hashString: Devirtualize lazy paths, and re-enable lazy trees tests in [DeterminateSystems/nix-src#360](https://github.com/DeterminateSystems/nix-src/pull/360)
192-
193166
<!-- Determinate Nix version 3.16.2 -->
194167

195168

@@ -201,20 +174,12 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
201174

202175
<!-- Determinate Nix version 3.17.1 -->
203176

204-
* Flake inputs are substituted if possible before fetching from the authoritative source, in [DeterminateSystems/nix-src#380](https://github.com/DeterminateSystems/nix-src/pull/380)
205-
206-
* Provenance now supports additional nix.conf-defined tags, in [DeterminateSystems/nix-src#374](https://github.com/DeterminateSystems/nix-src/pull/374)
207-
208177
<!-- Determinate Nix version 3.17.2 -->
209178

210179
<!-- Determinate Nix version 3.17.3 -->
211180

212181
<!-- Determinate Nix version 3.18.0 -->
213182

214-
* LocalStore::addToStore(): Show hash mismatches in SRI format [DeterminateSystems/nix-src#423](https://github.com/DeterminateSystems/nix-src/pull/423)
215-
216-
* Upload crash info to Sentry [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
217-
218-
* Fix empty Git exports when using legacy Git compatibility [DeterminateSystems/nix-src#425](https://github.com/DeterminateSystems/nix-src/pull/425)
183+
* Determinate Nix can upload crash info to Sentry. [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
219184

220-
* Provide the pre-build hook with a JSON serialization of the derivation [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)
185+
* Determinate Nix provide the pre-build hook with a JSON serialization of the derivation. [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)

0 commit comments

Comments
 (0)