my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use unstable pkgs for codex

+1 -1
+1 -1
home-manager/modules/dev/codex.nix
··· 28 28 { 29 29 config = lib.mkIf cfg.enable { 30 30 programs.codex = { 31 - package = pkgs.codex; 31 + package = pkgs.unstable.codex; 32 32 custom-instructions = '' 33 33 You are Codex, an AI coding assistant for this repo. 34 34