mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 03:00:47 +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": {
|
"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": {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
programs.mise = {
|
|
||||||
enable = true;
|
|
||||||
globalConfig = {
|
|
||||||
tools = {
|
|
||||||
"npm:@openai/codex" = "latest";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue