From 90ce78dbaa7d0e2f1cb32caa18b937453bc98fcf Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Fri, 8 May 2026 04:13:20 +0800 Subject: [PATCH] docs: fix Nix installation typo (#21772) Co-authored-by: Codex --- doc/020_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 768c8aa8a..1c41aeb76 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -114,7 +114,7 @@ Nix & NixOS =========== If you are using `Nix / NixOS `__, -there is a package named ``restic`` avaliable in `nixpkgs `__. +there is a package named ``restic`` available in `nixpkgs `__. You can install it by adding this to your ``configuration.nix``: .. code-block:: console