1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/patdiff/default.nix
Austin Horstman 41fd9b197c tests/patdiff: add
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-19 10:24:15 -05:00

5 lines
159 B
Nix

{
patdiff-basic = ./patdiff-basic.nix;
patdiff-with-git-integration = ./patdiff-with-git-integration.nix;
patdiff-migration = ./patdiff-migration.nix;
}