mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
Having the tests available in the main Nix Flake introduces unnecessary evaluation for non-developer users and, worse, a dependency on the nmt library. Fixes #6354
1.4 KiB
1.4 KiB
Description
Checklist
-
Change is backwards compatible.
-
Code formatted with
./format. -
Code tested through
nix-shell --pure tests -A run.allornix build --reference-lock-file flake.lock ./tests#test-allusing Flakes. -
Test cases updated/added. See example.
-
Commit messages are formatted like
{component}: {description} {long description}See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
- Added myself as module maintainer. See example.