From 8ad5e28d4d0d44b92f30e2799b130ce3e6d73486 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 6 Jul 2021 21:51:21 +0200 Subject: vim: use released neovim 0.5.0 --- common/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/vim.nix b/common/vim.nix index 613247e..0a3e1c9 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -7,7 +7,7 @@ let luaFormat = inputs.self.lib.generators.lua { }; - neovim-unwrapped = inputs.neovim-master.defaultPackage.${config.nixpkgs.system}; + neovim-unwrapped = pkgs.unstable.neovim-unwrapped; cfg = config.vim; -- cgit v1.2.3