From c7b7b6481b129d31b5357b4529c28e2cc341b96e Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Wed, 20 Nov 2024 21:44:01 +0100 Subject: [PATCH] docs: no longer using `master` but `main` Tiny update. Noticed the `master` branch does not exist. --- docs/user-guide/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index 772f6862..ac2d526e 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -2,7 +2,7 @@ You must use a `nixpkgs` version compatible with the nixvim version you choose. -The `master` branch requires to use a _very recent_ version of nixpkgs unstable. +The `main` branch requires to use a _very recent_ version of nixpkgs unstable. In order to guarantee the compatibility between nixvim & nixpkgs it is recommended to always update both at the same time. When using a `stable` version you must use the corresponding nixvim branch, for example `nixos-24.05` when using NixOS 24.05.