Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/manual/source/release-notes-determinate/v3.12.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

When using Git repositories with a long history, calculating the `revCount` attribute can take a long time. Determinate Nix now computes `revCount` using multiple threads, making it much faster.

Note that if you don't need `revCount`, you can disable it altogether by setting the flake input attribute `shallow = false`.
Note that if you don't need `revCount`, you can disable it altogether by setting the flake input attribute `shallow = true`.

PR: [DeterminateSystems/nix-src#245](https://github.com/DeterminateSystems/nix-src/pull/245)

Expand Down