docs: fix Nix installation typo (#21772)

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Rohan Santhosh Kumar
2026-05-08 04:13:20 +08:00
committed by GitHub
parent 1807d269cd
commit 90ce78dbaa
+1 -1
View File
@@ -114,7 +114,7 @@ Nix & NixOS
===========
If you are using `Nix / NixOS <https://nixos.org>`__,
there is a package named ``restic`` avaliable in `nixpkgs <https://search.nixos.org/packages?query=restic>`__.
there is a package named ``restic`` available in `nixpkgs <https://search.nixos.org/packages?query=restic>`__.
You can install it by adding this to your ``configuration.nix``:
.. code-block:: console