mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
chore: fix codex paths
This commit is contained in:
parent
010831e0c9
commit
d352c45733
4 changed files with 6 additions and 19 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
./git.nix
|
||||
./k9s.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./migration.nix
|
||||
./nvim.nix
|
||||
./hermes.nix
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
globalConfig = {
|
||||
tools = {
|
||||
"npm:@openai/codex" = "latest";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -37,7 +37,6 @@ in
|
|||
(with pkgs; [
|
||||
awscli2
|
||||
claudePackage
|
||||
pkgs.codex
|
||||
coreutils-prefixed
|
||||
delta
|
||||
diff-so-fancy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue