feat(flake): add codex CLI to devShell

This commit is contained in:
Bryan Ramos 2026-04-02 08:29:15 -04:00
parent d812c7f49a
commit 37ec0fd7ec

View file

@ -7,7 +7,7 @@
in { in {
devShells = forAllSystems (pkgs: { devShells = forAllSystems (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = [ pkgs.yq-go ]; packages = [ pkgs.yq-go pkgs.codex ];
}; };
}); });
}; };