use nixneovim from upstream

This commit is contained in:
Adithya 2023-06-03 11:25:35 +05:30
parent 9278a68e50
commit 0a3c1def50
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -21,7 +21,7 @@
}; };
nixneovim = { nixneovim = {
url = "github:adtya/nixneovim"; url = "github:nixneovim/nixneovim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };