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

12
flake.lock generated
View file

@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1774753128,
"narHash": "sha256-Knvqj+Bt5fW0aPfXKmOPknzVWdsIYXhC5faRolsqEcI=",
"lastModified": 1775940134,
"narHash": "sha256-wTrRgKs2E2m74FUJJByrIKfXviT0/fBDxeVxu8vrxlc=",
"owner": "sadjow",
"repo": "claude-code-nix",
"rev": "cd6245f3f60bbbf18b9b963d463fcf6fcd5e90c6",
"rev": "ed84280f19998269f3b7caeb83f3c78c2204b60a",
"type": "github"
},
"original": {
@ -298,11 +298,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1774701658,
"narHash": "sha256-CIS/4AMUSwUyC8X5g+5JsMRvIUL3YUfewe8K4VrbsSQ=",
"lastModified": 1775823930,
"narHash": "sha256-ALT447J7FcxP/97J01A/gp/hgdO5lXRsm+zLMt+gIjc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b63fe7f000adcfa269967eeff72c64cafecbbebe",
"rev": "8c11f88bb9573a10a7d6bf87161ef08455ac70b9",
"type": "github"
},
"original": {

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";
};
};
};
}

View file

@ -37,7 +37,6 @@ in
(with pkgs; [
awscli2
claudePackage
pkgs.codex
coreutils-prefixed
delta
diff-so-fancy