This is an automated email from the ASF dual-hosted git repository.
PragmaTwice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 79d92d86 docs: add NixOS package (#404)
79d92d86 is described below
commit 79d92d8670b205c33cdf321a5635d910ef641c05
Author: Twice <[email protected]>
AuthorDate: Tue Sep 1 17:38:33 2026 +0800
docs: add NixOS package (#404)
---
download/third-party-packages.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/download/third-party-packages.md b/download/third-party-packages.md
index 20d849dd..f976c033 100644
--- a/download/third-party-packages.md
+++ b/download/third-party-packages.md
@@ -21,6 +21,15 @@ is maintained by
[@PragmaTwice](https://github.com/pragmatwice).
Note that, like other AUR packages, the package does not contain binary files
itself,
since all binaries will be built by
[makepkg](https://wiki.archlinux.org/title/makepkg) from the package scripts.
+### NixOS
+
+A [kvrocks](https://search.nixos.org/packages?query=kvrocks) package is
maintained in
+[Nixpkgs](https://github.com/NixOS/nixpkgs). It can be tried in a temporary
shell with
+`nix shell nixpkgs#kvrocks`, or installed declaratively on NixOS by adding
`pkgs.kvrocks`
+to `environment.systemPackages`.
+
+You can check its package definition
[here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/kv/kvrocks/package.nix).
+
### Conda Forge
A [kvrocks](https://anaconda.org/conda-forge/kvrocks) package is maintained in
the [conda-forge](https://conda-forge.org/), which can be installed within one
command like `conda install conda-forge::kvrocks`, via
[conda](https://github.com/conda/conda) or
[mamba](https://github.com/mamba-org/mamba).