chore: remove nvim workaround to get the latest

...version
This commit is contained in:
Oliver Davies 2023-04-17 17:44:23 +01:00
parent 455cbf3bfc
commit 76c327b9b9
2 changed files with 16 additions and 35 deletions

View file

@ -3,9 +3,6 @@
inputs = {
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
# workaround: https://github.com/nix-community/neovim-nightly-overlay/issues/164
neovim-nightly.inputs.nixpkgs.url =
"github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};