Big update
This commit is contained in:
parent
8b607dd700
commit
2e6afc460b
474 changed files with 934 additions and 86159 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "CLI Proxy API with its Vite management frontend";
|
||||
description = "Lightweight Codex OAuth proxy with an OpenAI-compatible API";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
|
|
@ -49,7 +49,6 @@
|
|||
{
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
gcc
|
||||
git
|
||||
go_1_26
|
||||
golangci-lint
|
||||
|
|
@ -57,11 +56,9 @@
|
|||
gotools
|
||||
nodejs_24
|
||||
nixfmt
|
||||
pkg-config
|
||||
pnpm
|
||||
yaml-language-server
|
||||
];
|
||||
CGO_ENABLED = "1";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue