ワンクリックで
update-nixpkgs
Update nixpkgs flake inputs (linux-stable, darwin-stable, and unstable).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update nixpkgs flake inputs (linux-stable, darwin-stable, and unstable).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | update-nixpkgs |
| description | Update nixpkgs flake inputs (linux-stable, darwin-stable, and unstable). |
| when_to_use | Use when the user asks to "update nixpkgs", "bump nixpkgs", "update the flake inputs", or wants the three nixpkgs channels refreshed. Trigger phrases: "update nixpkgs", "bump flake", "refresh inputs", "update channels". |
| allowed-tools | ["AskUserQuestion","Bash(nix flake update *)"] |
Update the three nixpkgs flake inputs: nixpkgs-linux-stable, nixpkgs-darwin-stable, and nixpkgs-unstable.
Use AskUserQuestion to confirm before running. This modifies flake.lock.
If the user picks "No" or "Other" with anything other than clear consent, stop and report cancellation.
nix flake update nixpkgs-linux-stable nixpkgs-darwin-stable nixpkgs-unstable
Summarize what changed: which inputs moved, old → new revs if shown. Suggest a follow-up darwin-switch or nixos-rebuild only if the user asks.