mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
fix: flake.nix typo, generate.sh word-splitting, README accuracy
- flake.nix: fix gettex → gettext typo, restore codex package - generate.sh: replace ls-based loop with direct glob (word-splitting safe) - README.md: fix AGENTS.md source column (rules/*.md only, not CLAUDE.md)
This commit is contained in:
parent
b9d8b03895
commit
8398d7149d
3 changed files with 7 additions and 3 deletions
|
|
@ -7,7 +7,11 @@
|
|||
in {
|
||||
devShells = forAllSystems (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
packages = [ pkgs.yq-go pkgs.gettext pkgs.codex ];
|
||||
packages = with pkgs; [
|
||||
yq-go
|
||||
gettext
|
||||
codex
|
||||
];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue