mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00: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.all
ornix build --reference-lock-file flake.lock ./tests#test-all
using 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.