arch-pac-test
| Version | 2026.144.1443 |
| Repo | box/arch |
pacman repo install smoke test — installs neovim and ripgrep Minimal candy that exercises the Arch pacman repo install path by installing neovim and ripgrep. Verifiable: both binaries (nvim, rg) land on PATH and the packages are registered.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the neovim editor binary is installed at /usr/bin/nvim |
check |
the ripgrep binary is installed at /usr/bin/rg |
check |
file=/usr/bin/nvim |
check |
package=neovim |
check |
file=/usr/bin/rg |
check |
package=ripgrep |