depot/third_party/home-manager/tests/modules/programs/jujutsu/empty-config.nix

12 lines
152 B
Nix
Raw Normal View History

{ ... }:
{
programs.jujutsu.enable = true;
test.stubs.jujutsu = { };
nmt.script = ''
assertPathNotExists home-files/.jjconfig.toml
'';
}