diff options
author | polwex <polwex@sortug.com> | 2025-06-23 06:54:50 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-23 06:54:50 +0700 |
commit | 34fae224e8460419ae8ef0fe32a12e3d362142b8 (patch) | |
tree | ff96ac666a2af6b13f6df7480da685fa0bff0e64 /flake.nix | |
parent | 773726a27a2651152c476d4f8fefd5be30a4e786 (diff) |
m
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |