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

View file

@ -18,7 +18,6 @@
./git.nix ./git.nix
./k9s.nix ./k9s.nix
./lazygit.nix ./lazygit.nix
./mise.nix
./migration.nix ./migration.nix
./nvim.nix ./nvim.nix
./hermes.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; [ (with pkgs; [
awscli2 awscli2
claudePackage claudePackage
pkgs.codex
coreutils-prefixed coreutils-prefixed
delta delta
diff-so-fancy diff-so-fancy