Files
home-manager/tests/modules/programs/pi-coding-agent/context-empty.nix
2026-06-05 11:13:52 -05:00

10 lines
156 B
Nix

{
programs.pi-coding-agent = {
enable = true;
context = "";
};
nmt.script = ''
assertPathNotExists home-files/.pi/agent/AGENTS.md
'';
}