mergiraf: Prevent warnings related unmanaged VCSs

Add a guard to prevent people from getting warnings related to VCSs they
don't use.
This commit is contained in:
Max Cabrajac 2026-03-12 00:59:52 -03:00 committed by Austin Horstman
parent 4aeef1941f
commit be0c641a6a
2 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,14 @@
{
programs.mergiraf = {
enable = true;
programs = {
mergiraf = {
enable = true;
};
git = {
enable = true;
};
jujutsu = {
enable = true;
};
};
test.asserts.warnings.expected = [