mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
codex: starting with v0.2.0 codex uses a TOML configuration file (#7388)
Updated related settings and test files to reflect the new format.
This commit is contained in:
parent
cc7407839d
commit
502d9b7d30
10 changed files with 88 additions and 10 deletions
|
|
@ -9,6 +9,6 @@
|
|||
nmt.script = ''
|
||||
assertFileExists home-files/.codex/AGENTS.md
|
||||
assertFileContent home-files/.codex/AGENTS.md \
|
||||
${./custom-instructions.md}
|
||||
${./AGENTS.md}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue