feat(dev): add gastown multi-agent workspace manager

- Add gastown flake input (non-flake, source only)
- Build gastown package using buildGoModule in development role
- Configure renovate for daily updates of gastown and beads
- Binary: gt (Gas Town CLI by Steve Yegge)
This commit is contained in:
2026-01-17 13:14:12 -08:00
parent c06adec7d8
commit cc305af899
4 changed files with 66 additions and 0 deletions

View File

@@ -47,6 +47,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
gastown = {
url = "github:steveyegge/gastown";
flake = false; # No flake.nix upstream yet
};
nix-doom-emacs-unstraightened = {
url = "github:marienz/nix-doom-emacs-unstraightened";
# Don't follow nixpkgs to avoid rebuild issues with emacs-overlay