From 642d1bdfb2ba55a475784c801733117acbcc2c02 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 12 Jun 2025 13:23:39 -0400 Subject: [PATCH] Update doc/manual/source/release-notes-determinate/rl-3.6.3.md --- doc/manual/source/release-notes-determinate/rl-3.6.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/source/release-notes-determinate/rl-3.6.3.md b/doc/manual/source/release-notes-determinate/rl-3.6.3.md index b24037b74..1989a8c8e 100644 --- a/doc/manual/source/release-notes-determinate/rl-3.6.3.md +++ b/doc/manual/source/release-notes-determinate/rl-3.6.3.md @@ -13,6 +13,7 @@ * Improve error messages that use the hypothetical future tense of "will" by @lucperkins in [DeterminateSystems/nix-src#92](https://github.com/DeterminateSystems/nix-src/pull/92) * Make the `nix repl` test more stable by @edolstra in [DeterminateSystems/nix-src#103](https://github.com/DeterminateSystems/nix-src/pull/103) * Run nixpkgsLibTests against lazy trees by @edolstra in [DeterminateSystems/nix-src#100](https://github.com/DeterminateSystems/nix-src/pull/100) +* Run the Nix test suite against lazy trees by @edolstra in [DeterminateSystems/nix-src#105](https://github.com/DeterminateSystems/nix-src/pull/105) * Improve caching of inputs in dry-run mode by @edolstra in [DeterminateSystems/nix-src#98](https://github.com/DeterminateSystems/nix-src/pull/98)