diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-06-05 17:46:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-06-05 17:46:48 +0530 |
| commit | 43793236c10b7fa071d3383e29b0994b60ebcc37 (patch) | |
| tree | 27cf01575846485f5522a4f4eb50b94cd378fbfa | |
| parent | 8b23a3125bba78a5ef928666c04ae43d9cb45fec (diff) | |
| download | nixos-config-43793236c10b7fa071d3383e29b0994b60ebcc37.tar.gz nixos-config-43793236c10b7fa071d3383e29b0994b60ebcc37.zip | |
updates neovim
| m--------- | config/nvim | 0 | ||||
| -rw-r--r-- | overlays/neovim.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim b/config/nvim -Subproject 44e22b35d276682879ce7ffcfafe7a1afe7dd4f +Subproject e871e5a7c3e55b84d435a6694651f341b8b00f1 diff --git a/overlays/neovim.nix b/overlays/neovim.nix index f10bad9..c97c1f9 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -12,7 +12,7 @@ self: super: { owner = "neovim"; repo = "neovim"; rev = "nightly"; - sha256 = "1h1idmlyvydkihfr2n1bsp8c2w9jnlgvm7jqc0gmr4cvwaflcydf"; + sha256 = "05aswlzgqjy2v6ryh9mn0gskxq12xsl31pds6r69d0hdx9hcv1sj"; }; nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ]; |
