75fa0ae5af
GitOrigin-RevId: c3ab5ea047e6dc73df530948f7367455749d8906
11 lines
152 B
Nix
11 lines
152 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.jujutsu.enable = true;
|
|
|
|
test.stubs.jujutsu = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.jjconfig.toml
|
|
'';
|
|
}
|