summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-23 06:54:50 +0700
committerpolwex <polwex@sortug.com>2025-06-23 06:54:50 +0700
commit34fae224e8460419ae8ef0fe32a12e3d362142b8 (patch)
treeff96ac666a2af6b13f6df7480da685fa0bff0e64 /flake.nix
parent773726a27a2651152c476d4f8fefd5be30a4e786 (diff)
m
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";