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
10
tests/modules/programs/codex/empty-settings.nix
Normal file
10
tests/modules/programs/codex/empty-settings.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.codex = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
};
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.codex/config.toml
|
||||
assertPathNotExists home-files/.codex/config.yaml
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue