A cryptographically signed, self-updating package repository for Void Linux.
Packages built nightly · Signed & indexed automatically · Drop-in native xbps repo
① Add the repository
echo 'repository=https://github.com/clarajk/abyss/releases/latest/download' \
| sudo tee /etc/xbps.d/10-abyss.conf... or with vx
vx repo add abyss https://github.com/clarajk/abyss/releases/latest/download② Sync and trust the signing key
sudo xbps-install -S... or with vx
vx syncYou'll be asked to import the RSA key for
[abyss] dredge build bot <actions@github.com>— pressyto continue.
③ Install anything
sudo xbps-install <package-name>... or with vx
vx add <package-name>No extra steps — packages update with your system:
sudo xbps-install -Su... or with vx
vx updateWant a package added, or spotted something broken?
- Open an issue — request a new package or report a build failure
- Submit a PR — add your own template following the existing structure (one directory per package, containing a
templatefile) - Package updates are handled automatically by the workflow — no need to bump versions manually
Repository not found
Verify
/etc/xbps.d/10-nexus.conf contains exactly:
repository=https://github.com/clarajk/void-nexus/releases/latest/download/
If you're using vx, verify that repo was added correctly with vx repo list --verbose.
Key import failed or was declined
Place the public
.plist key file manually into /var/db/xbps/keys/. The key is available in the root of this repository.
Package not found
Only
x86_64 glibc is currently supported. musl and other architectures are not built.
Originally made with 🖤 by Ackerman-00 · Maintained with 🖤 by Clara · Powered by Void Linux