From 5ee726a22ed6970b3405dccdfa54c13e082ff526 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 25 Nov 2024 18:27:41 +0100 Subject: [PATCH] Update neovim-flake URL and version Changed the neovim-flake URL to the new repository and updated its version from v0.5 to v0.6. This ensures we are using the latest configurations and features from the renamed repository. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7553e3b..6db88cc 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ home-manager.url = "github:nix-community/home-manager/release-24.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - neovim-flake.url = "github:notashelf/neovim-flake/v0.5"; + neovim-flake.url = "github:NotAShelf/nvf/v0.6"; neovim-flake.inputs.nixpkgs.follows = "nixpkgs"; disko.url = "github:nix-community/disko";