From a5bddc90afc04f77034e111e083fbeb91ab6b186 Mon Sep 17 00:00:00 2001 From: Bad Date: Sun, 20 Nov 2022 19:44:57 +0100 Subject: [PATCH] Update to elixir 1.14 --- users/modules/neovim/elixir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/neovim/elixir.nix b/users/modules/neovim/elixir.nix index b796d3e..2bcaf52 100644 --- a/users/modules/neovim/elixir.nix +++ b/users/modules/neovim/elixir.nix @@ -15,7 +15,7 @@ with lib; } ''; }; - home.packages = with pkgs; [ elixir ]; + home.packages = with pkgs; [ elixir_1_14 ]; programs.neovim.plugins = with pkgs.vimPlugins; [ vim-elixir ]; }; }