1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-08 10:01:05 +01:00
home-manager/tests/modules/programs/diff-highlight/default.nix
Austin Horstman 27a6182347 tests/diff-highlight: add null assertion test
Verify eval when setting git package to null.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-05 23:18:20 -06:00

6 lines
296 B
Nix

{
diff-highlight-basic = ./diff-highlight-basic.nix;
diff-highlight-with-git-integration = ./diff-highlight-with-git-integration.nix;
diff-highlight-migration = ./diff-highlight-migration.nix;
diff-highlight-git-package-null-assertion = ./diff-highlight-git-package-null-assertion.nix;
}