From 0a3c1def50fa5a3c675c1b86f6028c295403cbb7 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 3 Jun 2023 11:25:35 +0530 Subject: [PATCH] use nixneovim from upstream --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 42ad349..b8ad570 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ }; nixneovim = { - url = "github:adtya/nixneovim"; + url = "github:nixneovim/nixneovim"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; };