Update to elixir 1.14
This commit is contained in:
parent
fead989bba
commit
a5bddc90af
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-elixir ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue