From ba73b8e25664ec944e9b5a53147869aee4b7532d Mon Sep 17 00:00:00 2001 From: acevif Date: Fri, 3 Apr 2026 03:15:17 +0900 Subject: [PATCH 1/2] docs: replace deprecated nix profile install command --- CHANGELOG.md | 3 ++- README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e100ca..5628855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Enforce Conventional Commit-style PR titles in CI via amannn/action-semantic-pull-request. (#22, #41) - Add example Codex skills for PR creation and squash-merge commit message drafting. (#42) - Add Nix flake devShell with Rust tooling, coding agents, and zsh entry. (#43) -- Add Nix flake package output for `nix run`, `nix profile install`, and `nix build`. (#43) +- Add Nix flake package output for `nix run`, `nix profile add`, and `nix build`. (#43) ### Changed @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Add autonomy and communication guidance for AI agents. (#42) - Document `nix develop` devShell usage in contributing guide. (#43) - Refine one-line descriptions (README, Nix flake metadata, Homebrew formula, and GitHub repository description). (#43) +- Update README examples to use `nix profile add` instead of deprecated `nix profile install`. (#PR) ### Changed diff --git a/README.md b/README.md index ea4b853..47948a9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ brew install acevif/tap/ignore Install to your profile: ```sh -nix profile install github:acevif/ignore +nix profile add github:acevif/ignore ``` Use in your devShell (flake input): @@ -142,8 +142,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, guidelines, and ho ## Document status -- Last updated: 2026-01-25 -- Last reviewed: 2026-01-22 +- Last updated: 2026-04-03 +- Last reviewed: 2026-04-03
Date definitions From 5f27f91e6575fb778395b38354a991a0da661056 Mon Sep 17 00:00:00 2001 From: acevif Date: Fri, 3 Apr 2026 03:21:08 +0900 Subject: [PATCH 2/2] docs: record PR number in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5628855..1eb5226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Add autonomy and communication guidance for AI agents. (#42) - Document `nix develop` devShell usage in contributing guide. (#43) - Refine one-line descriptions (README, Nix flake metadata, Homebrew formula, and GitHub repository description). (#43) -- Update README examples to use `nix profile add` instead of deprecated `nix profile install`. (#PR) +- Update README examples to use `nix profile add` instead of deprecated `nix profile install`. (#57) ### Changed