From 23276f629b0c68ce869f32fae41323763981039c Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 26 May 2024 17:00:37 +0200 Subject: [PATCH] README: update 23.05 mentions for 23.11 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8b9c885..9fd96818 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you have any question, please use the [discussions page](https://github.com/n > NixVim needs to be installed with a compatible nixpkgs version. > This means that the `main` branch of NixVim requires to be installed with `nixos-unstable`. > -> If you want to use NixVim with nixpkgs 23.05 you should use the `nixos-23.05` branch. +> If you want to use NixVim with nixpkgs 23.11 you should use the `nixos-23.11` branch. ### Without flakes NixVim now ships with `flake-compat`, which makes it usable from any system. @@ -57,7 +57,7 @@ let nixvim = import (builtins.fetchGit { url = "https://github.com/nix-community/nixvim"; # If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim. - # ref = "nixos-23.05"; + # ref = "nixos-23.11"; }); in { @@ -98,7 +98,7 @@ flakes, just add the nixvim input: inputs.nixvim = { url = "github:nix-community/nixvim"; # If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim. - # url = "github:nix-community/nixvim/nixos-23.05"; + # url = "github:nix-community/nixvim/nixos-23.11"; inputs.nixpkgs.follows = "nixpkgs"; };