From 2c25e77d8265a1b473a671d0cb5598c1830d94c6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 6 Jun 2024 14:43:54 +0200 Subject: [PATCH] misc: fix forgotten renames 23.05 -> 24.05 --- docs/user-guide/install.md | 2 +- tests/modules/hm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index 681404c6..4a5342a0 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -5,7 +5,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. 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-23.05` when using NixOS 23.05. +When using a `stable` version you must use the corresponding nixvim branch, for example `nixos-24.05` when using NixOS 24.05. Failure to use the correct branch, or an old revision of nixpkgs will likely result in errors of the form `vimPlugins. attribute not found`. diff --git a/tests/modules/hm.nix b/tests/modules/hm.nix index 90c405fd..575c91eb 100644 --- a/tests/modules/hm.nix +++ b/tests/modules/hm.nix @@ -11,7 +11,7 @@ home-manager.lib.homeManagerConfiguration { home.username = "nixvim"; home.homeDirectory = "/invalid/dir"; - home.stateVersion = "23.05"; + home.stateVersion = "24.05"; programs.nixvim = { enable = true;