diff options
| author | Mike Vink <ivi@vinkies.net> | 2023-12-09 09:30:22 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2023-12-09 09:30:22 +0100 |
| commit | 3d94941f94695c2d21e7400cac9cd80cc82b8417 (patch) | |
| tree | c80d67171afa0aa5fbec5fbb009626dae39d1499 /flake.nix | |
| parent | 2cd43f8fbd7e404354be740866744d0c9c9fcc98 (diff) | |
update to neovim nightly
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,8 @@ }; deploy-rs.url = "github:serokell/deploy-rs"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.05"; + + neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; }; outputs = inputs@{ @@ -37,6 +39,7 @@ ++ [({ config, ... }: { nixpkgs.overlays = with lib; [(composeManyExtensions [ (import ./overlays/vimPlugins.nix {inherit pkgs;}) + inputs.neovim-nightly-overlay.overlay ])];}) ]; }; |
