tests/codex: update skills tests

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-28 10:14:52 -06:00
parent 680a967f21
commit e0bcb05ce9
5 changed files with 67 additions and 6 deletions

View file

@ -0,0 +1,19 @@
{
programs.codex = {
enable = true;
package = null;
skills = {
inline-skill = ''
# Inline Skill
'';
};
};
nmt.script = ''
assertFileExists home-files/.agents/skills/inline-skill/SKILL.md
assertFileContent home-files/.agents/skills/inline-skill/SKILL.md \
${builtins.toFile "expected-inline-skill.md" ''
# Inline Skill
''}
'';
}