diff --git a/index.xhtml b/index.xhtml index ba28afad5..a2a0bcde9 100644 --- a/index.xhtml +++ b/index.xhtml @@ -879,9 +879,10 @@ functions available in test scripts, you can look at NMT’s
in the project root. List all test cases through
$ nix-shell --pure tests -A list
and run an individual test, for example alacritty-empty-settings,
through
$ nix-shell --pure tests -A run.alacritty-empty-settings
-However, those invocations will impurely source the system’s nixpkgs, -and may cause failures. To run against the nixpkgs from the flake.lock, -use instead e.g.
$ nix develop --ignore-environment .#all
+However, those invocations will impurely source the system’s Nixpkgs,
+and may cause failures. To run against the Nixpkgs from the flake.lock file,
+use instead e.g.
$ nix build --reference-lock-file flake.lock ./tests#test-all
+or
$ nix build --reference-lock-file flake.lock ./tests#test-alacritty-empty-settings
Here is a collection of tools and extensions that relate to Home diff --git a/release-notes.xhtml b/release-notes.xhtml index d97641a9b..b1780fa67 100644 --- a/release-notes.xhtml +++ b/release-notes.xhtml @@ -30,7 +30,10 @@ section is therefore not final.
true, meaning that services will automatically be restarted as
needed when activating a configuration.Further, the "legacy" alternative has been removed and will now
result in an evaluation error if used.
The "suggest" alternative will remain for a while longer but may
-also be deprecated for removal in the future.
The Home Manager test suite has been removed from the main Nix Flake
+since it caused unnecessary evaluations and downloads. Instead the
+tests are available through a Nix Flake file inside the tests
+directory. See the section called “Tests” for example commands.
The state version in this release includes the changes below. These
changes are only active if the home.stateVersion option is set to
"25.05" or later.
No changes.