Update to elixir 1.14

This commit is contained in:
Bad 2022-11-20 19:44:57 +01:00
parent fead989bba
commit a5bddc90af

View file

@ -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 ];
};
}