diff options
| author | 2026-05-22 10:41:23 +0100 | |
|---|---|---|
| committer | 2026-05-22 10:41:23 +0100 | |
| commit | 668b9846a6eccb16a619f57d305f1bd6bdaeb7bc (patch) | |
| tree | 3f3d8dcbc082302c5cc539b08d310133e7a3c20f /nix/common.nix | |
| parent | 0c292694f37f107629b5287f96ebb945ff764b68 (diff) | |
| download | dotfiles-668b9846a6eccb16a619f57d305f1bd6bdaeb7bc.tar.gz dotfiles-668b9846a6eccb16a619f57d305f1bd6bdaeb7bc.tar.bz2 dotfiles-668b9846a6eccb16a619f57d305f1bd6bdaeb7bc.zip | |
feat(nix): add tuicr from upstream flake to common profile
tuicr (TUI git-change reviewer) isn't packaged in nixpkgs, so pull it
as a flake input with an overlay exposing pkgs.tuicr. The companion
claude-code skill lives in dot_claude/skills/tuicr/ (separate commit).
Diffstat (limited to 'nix/common.nix')
| -rw-r--r-- | nix/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/common.nix b/nix/common.nix index 3283e2c..ba3a5e3 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -130,6 +130,7 @@ claude-code codex # OpenAI Codex CLI (rust rewrite); replaces pacman openai-codex-bin github-copilot-cli # `copilot`; prebuilt-binary derivation since 1.0.43 + tuicr # interactive git-change reviewer; flake input, see nix/flake.nix. Skill: dot_claude/skills/tuicr/ # ── LSPs / formatters / linters / DAPs ───────────────────────────────── # Replaces Mason entirely (phase p6 of the nix migration rips out |
