tests/difftastic: add

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-16 21:11:59 -05:00
parent 111329b475
commit 4166d4e163
6 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
difftastic-basic = ./difftastic-basic.nix;
difftastic-with-git-integration = ./difftastic-with-git-integration.nix;
difftastic-with-git-external-diff = ./difftastic-with-git-external-diff.nix;
difftastic-with-git-difftool = ./difftastic-with-git-difftool.nix;
difftastic-migration = ./difftastic-migration.nix;
}