chore: fix codex paths
Some checks failed
quality / changes (push) Has been cancelled
quality / Flake Check (push) Has been cancelled
quality / Nix Format Check (push) Has been cancelled
quality / Deploy netty (push) Has been cancelled

This commit is contained in:
Harivansh Rathi 2026-04-11 22:15:53 +00:00
parent 010831e0c9
commit d352c45733
4 changed files with 6 additions and 19 deletions

View file

@ -18,7 +18,6 @@
./git.nix
./k9s.nix
./lazygit.nix
./mise.nix
./migration.nix
./nvim.nix
./hermes.nix

View file

@ -1,11 +0,0 @@
{ ... }:
{
programs.mise = {
enable = true;
globalConfig = {
tools = {
"npm:@openai/codex" = "latest";
};
};
};
}