From 668b9846a6eccb16a619f57d305f1bd6bdaeb7bc Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 22 May 2026 10:41:23 +0100 Subject: 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). --- nix/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/common.nix') 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 -- cgit v1.3.1