summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e0a9af7..f2ac92f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -109,6 +109,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ openai-codex = {
+ url = "github:openai/codex";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
# quickshell = {
# # remove ?ref=v0.1.0 to track the master branch
# url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?ref=v0.1.0";